feat: add lazygit plugin
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
return {
|
||||
"kdheepak/lazygit.nvim",
|
||||
lazy = true,
|
||||
cmd = {
|
||||
"LazyGit",
|
||||
"LazyGitConfig",
|
||||
"LazyGitCurrentFile",
|
||||
"LazyGitFilter",
|
||||
"LazyGitFilterCurrentFile",
|
||||
},
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
},
|
||||
keys = {
|
||||
{ "<leader>lg", "<cmd>LazyGit<cr>", desc = "LazyGit" }
|
||||
}
|
||||
}
|
||||
@@ -83,6 +83,7 @@ return {
|
||||
"toml",
|
||||
"ssh_config",
|
||||
"xml",
|
||||
"go",
|
||||
},
|
||||
indent = { enabled = true },
|
||||
highlight = {
|
||||
|
||||
Reference in New Issue
Block a user