1

Modules/Neovim: Replace lazygit with Snacks.lazygit

This commit is contained in:
2025-06-19 18:58:34 +02:00
parent 72ca69b5cb
commit 21b638d53e
2 changed files with 1 additions and 10 deletions

View File

@ -678,7 +678,7 @@
{
mode = "n";
key = "<leader>gg";
action = "<cmd>LazyGit<cr>";
action = "<cmd>lua Snacks.lazygit.open()<cr>";
options.desc = "LazyGit";
}
{