forked from mirrors_public/oddlama_nix-config
fix: open neogit with leader
This commit is contained in:
parent
270b807d8c
commit
ddb7f310b2
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@
|
|||
# Plugin: Neogit
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
|
||||
(keymap ["n" "v"] "<space>g" "<cmd>lua require('neogit').open()<CR>" "Open Neogit")
|
||||
(keymap ["n" "v"] "<leader>g" "<cmd>lua require('neogit').open()<CR>" "Open Neogit")
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue