add lazygit intergration
This commit is contained in:
@@ -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",
|
||||
},
|
||||
},
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user