add lazygit
This commit is contained in:
@@ -66,6 +66,11 @@
|
||||
key = "<leader>g";
|
||||
action = "+git";
|
||||
}
|
||||
{
|
||||
key = "<leader>gg";
|
||||
action = "<CMD>LazyGit<CR>";
|
||||
options.desc = "Open LazyGit";
|
||||
}
|
||||
{
|
||||
mode = "n";
|
||||
key = "<leader>gt";
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
plugins = {
|
||||
diffview = { enable = true; };
|
||||
lazygit = { enable = true; };
|
||||
neogit = {
|
||||
enable = true;
|
||||
settings.integrations = { diffview = true; };
|
||||
|
||||
Reference in New Issue
Block a user