add lazygit intergration

This commit is contained in:
2024-09-30 06:09:00 +02:00
parent 6633cb8bc5
commit 2bed3cbe6e
2 changed files with 16 additions and 1 deletions

View File

@@ -26,5 +26,17 @@ require("lazy").setup({
"neovim/nvim-lspconfig",
-- file explorer on the side
"nvim-tree/nvim-tree.lua"
"nvim-tree/nvim-tree.lua",
-- lazygit integration
{
"kdheepak/lazygit.nvim",
lazy = false,
-- optional for floating window border decoration
dependencies = {
"nvim-lua/plenary.nvim",
},
},
})