dotfiles/nvim/lua/plugins/lazygit.lua
2025-04-06 15:37:42 +01:00

17 lines
299 B
Lua

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" },
},
}