Remap to open neogit interface: <leader>g

This commit is contained in:
Haak Saxberg 2023-01-28 22:37:41 -08:00
parent c782fff1fc
commit 6da45dc7bd
2 changed files with 6 additions and 4 deletions

View file

@ -68,7 +68,12 @@ with builtins;
'';
}
vim-surround
neogit
{
plugin = neogit;
config = ''
noremap <leader>g :Neogit<CR>
'';
}
vinegar
{
plugin = gitsigns-nvim;