Remap to open neogit interface: <leader>g
This commit is contained in:
parent
c782fff1fc
commit
6da45dc7bd
2 changed files with 6 additions and 4 deletions
|
|
@ -68,7 +68,12 @@ with builtins;
|
|||
'';
|
||||
}
|
||||
vim-surround
|
||||
neogit
|
||||
{
|
||||
plugin = neogit;
|
||||
config = ''
|
||||
noremap <leader>g :Neogit<CR>
|
||||
'';
|
||||
}
|
||||
vinegar
|
||||
{
|
||||
plugin = gitsigns-nvim;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue