feat: add lazygit plugin

This commit is contained in:
Stevan Freeborn
2025-12-15 14:56:24 -06:00
parent a5a3103b56
commit e9f6ef0727
3 changed files with 19 additions and 0 deletions
+17
View File
@@ -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" }
}
}
+1
View File
@@ -83,6 +83,7 @@ return {
"toml",
"ssh_config",
"xml",
"go",
},
indent = { enabled = true },
highlight = {