1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

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