remove:nixvim

This commit is contained in:
dichgrem
2025-07-22 13:32:09 +08:00
parent 3dd8b221db
commit 26c742c4ca
35 changed files with 664 additions and 1298 deletions

View File

@@ -0,0 +1,16 @@
return {
"kdheepak/lazygit.nvim",
cmd = {
"LazyGit",
"LazyGitConfig",
"LazyGitCurrentFile",
"LazyGitFilter",
"LazyGitFilterCurrentFile",
},
keys = {
{ "<leader>gg", "<cmd>LazyGit<cr>", desc = "Open LazyGit" },
},
dependencies = {
"nvim-lua/plenary.nvim",
},
}