updates to nvim config, helix initial setup
This commit is contained in:
parent
8600e668c5
commit
396fcf26ac
5 changed files with 63 additions and 3 deletions
|
|
@ -103,6 +103,10 @@ with builtins;
|
|||
plugin = neogit;
|
||||
config = ''
|
||||
noremap <leader>g :Neogit<CR>
|
||||
lua << EOF
|
||||
local neogit = require('neogit')
|
||||
neogit.setup {}
|
||||
EOF
|
||||
'';
|
||||
}
|
||||
vinegar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue