fix: open neogit with leader

This commit is contained in:
oddlama 2024-07-09 23:25:48 +02:00
parent 270b807d8c
commit ddb7f310b2
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -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")
];
};