add lazygit

This commit is contained in:
Kopatz
2025-08-25 10:50:53 +02:00
parent 19fafe5b61
commit 7a6f8c96d4
2 changed files with 6 additions and 0 deletions

View File

@@ -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";

View File

@@ -1,6 +1,7 @@
{
plugins = {
diffview = { enable = true; };
lazygit = { enable = true; };
neogit = {
enable = true;
settings.integrations = { diffview = true; };