Enable default plugins, add toggleterm, harpoon and lazygit

This commit is contained in:
2025-01-01 20:09:16 +10:00
parent a8f539562a
commit 1459ea94bf
7 changed files with 96 additions and 11 deletions

View File

@@ -0,0 +1,7 @@
return {
'kdheepak/lazygit.nvim',
-- optional for floating window border decoration
dependencies = {
'nvim-lua/plenary.nvim',
},
}