feat(nvim): add gitignore nvim
This commit is contained in:
parent
d902903984
commit
b1a6d5016a
4 changed files with 32 additions and 3 deletions
3
modules/programs/nvim/plugins/gitignore-nvim.lua
Normal file
3
modules/programs/nvim/plugins/gitignore-nvim.lua
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
require("which-key").register({
|
||||
i = { "<cmd>Gitignore<cr>", "Create .gitignore" },
|
||||
}, { prefix = "<leader>g" })
|
||||
Loading…
Add table
Add a link
Reference in a new issue