mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 19:03:49 -08:00
feat: switch keymaps to neogit and disable lazygit
This commit is contained in:
parent
115b7d6b98
commit
8a6de619e6
2 changed files with 2 additions and 3 deletions
|
@ -226,12 +226,12 @@
|
|||
};
|
||||
}
|
||||
{
|
||||
action = ":LazyGit<CR>";
|
||||
action = ":Neogit<CR>";
|
||||
key = "<Leader>gg";
|
||||
options = {
|
||||
silent = true;
|
||||
noremap = true;
|
||||
desc = "Open LazyGit";
|
||||
desc = "Open Neogit";
|
||||
};
|
||||
}
|
||||
{
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
};
|
||||
crates-nvim.enable = true;
|
||||
# git stuff
|
||||
lazygit.enable = true;
|
||||
gitsigns.enable = true;
|
||||
neogit.enable = true;
|
||||
# Language specific tools
|
||||
|
|
Loading…
Reference in a new issue