init:dotfiles

This commit is contained in:
Dich
2025-05-28 20:40:21 +08:00
parent de050d50a6
commit 05707a142c
44 changed files with 9008 additions and 0 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",
},
}