updates to nvim config, helix initial setup

This commit is contained in:
Haak Saxberg 2023-11-03 11:07:59 -07:00
parent 8600e668c5
commit 396fcf26ac
5 changed files with 63 additions and 3 deletions

View file

@ -103,6 +103,10 @@ with builtins;
plugin = neogit;
config = ''
noremap <leader>g :Neogit<CR>
lua << EOF
local neogit = require('neogit')
neogit.setup {}
EOF
'';
}
vinegar