nvim/lua/plugins/lazygit.lua

12 lines
267 B
Lua
Raw Normal View History

2024-06-17 15:22:39 +07:00
return {
"kdheepak/lazygit.nvim",
-- optional for floating window border decoration
dependencies = {
"nvim-lua/plenary.nvim",
},
2024-07-29 13:51:08 +07:00
enabled = false,
2024-06-17 15:22:39 +07:00
keys = {
{ "<leader>z", "<cmd>LazyGit<cr>", desc = "Symbols Outline" },
},
}