From 8a6de619e622c51f33fe10bee8515549e1af7720 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Tue, 17 Sep 2024 14:24:59 -0700 Subject: [PATCH] feat: switch keymaps to neogit and disable lazygit --- config/keymaps.nix | 4 ++-- config/plugins/qol.nix | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) 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