diff --git a/config/keymaps.nix b/config/keymaps.nix index bf63bff..ea9c4aa 100644 --- a/config/keymaps.nix +++ b/config/keymaps.nix @@ -226,12 +226,12 @@ }; } { - action = ":LazyGit"; + action = ":Neogit"; key = "gg"; options = { silent = true; noremap = true; - desc = "Open LazyGit"; + desc = "Open Neogit"; }; } { diff --git a/config/plugins/qol.nix b/config/plugins/qol.nix index f631843..36b3a52 100644 --- a/config/plugins/qol.nix +++ b/config/plugins/qol.nix @@ -48,7 +48,6 @@ }; crates-nvim.enable = true; # git stuff - lazygit.enable = true; gitsigns.enable = true; neogit.enable = true; # Language specific tools