feat: switch keymaps to neogit and disable lazygit

This commit is contained in:
Youwen Wu 2024-09-17 14:24:59 -07:00
parent 115b7d6b98
commit 8a6de619e6
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 2 additions and 3 deletions

View file

@ -226,12 +226,12 @@
};
}
{
action = ":LazyGit<CR>";
action = ":Neogit<CR>";
key = "<Leader>gg";
options = {
silent = true;
noremap = true;
desc = "Open LazyGit";
desc = "Open Neogit";
};
}
{

View file

@ -48,7 +48,6 @@
};
crates-nvim.enable = true;
# git stuff
lazygit.enable = true;
gitsigns.enable = true;
neogit.enable = true;
# Language specific tools