feat(nvim): add gitignore nvim

This commit is contained in:
Moritz Böhme 2023-04-10 14:36:40 +02:00
parent d902903984
commit b1a6d5016a
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
4 changed files with 32 additions and 3 deletions

View file

@ -0,0 +1,3 @@
require("which-key").register({
i = { "<cmd>Gitignore<cr>", "Create .gitignore" },
}, { prefix = "<leader>g" })