Enable default plugins, add toggleterm, harpoon and lazygit
This commit is contained in:
7
lua/custom/plugins/lazygit.lua
Normal file
7
lua/custom/plugins/lazygit.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
'kdheepak/lazygit.nvim',
|
||||
-- optional for floating window border decoration
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim',
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user