feat: add lazygit

This commit is contained in:
hakase
2024-09-05 08:03:12 -05:00
parent 1a2d03d2c9
commit 6fe552e3dc
+19
View File
@@ -137,4 +137,23 @@ return {
opts = {}
},
{
"kdheepak/lazygit.nvim",
cmd = {
"LazyGit",
"LazyGitConfig",
"LazyGitCurrentFile",
"LazyGitFilter",
"LazyGitFilterCurrentFile",
},
-- optional for floating window border decoration
dependencies = {
"nvim-lua/plenary.nvim",
},
-- setting the keybinding for LazyGit with 'keys' is recommended in
-- order to load the plugin when the command is run for the first time
keys = {
{ "<leader>lg", "<cmd>LazyGit<cr>", desc = "LazyGit" }
}
},
}