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

@ -735,14 +735,6 @@ in {
config = mkDefaultConfig name;
};
lazygit = {
name = "lazygit";
pkg = pkgs.vimPlugins.lazygit-nvim;
dependencies = [_plenary];
lazy = true;
cmd = ["LazyGit" "LazyGitConfig" "LazyGitCurrentFile" "LazyGitFilter" "LazyGitFilterCurrentFile"];
};
lint = {
name = "lint";
pkg = pkgs.vimPlugins.nvim-lint;
@ -1998,7 +1990,6 @@ in {
jdtls # Eclipse JDT language server integration for Java
lastplace # Reopen a file at the last editing position
lazygit # Git frontend
# leetcode # Solve leetcode problems
lint # Lint documents on save
lspconfig # Language server configurations for different languages

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";
}
{