added harpoon 2

This commit is contained in:
Radu Macocian (admac)
2026-01-26 14:49:58 +01:00
parent cdc5f5df6a
commit 7d048a98dc
5 changed files with 62 additions and 12 deletions

View File

@@ -30,7 +30,11 @@ require("lazy").setup({
},
'odoo/odoo-neovim',
'nvim-treesitter/nvim-treesitter',
'theprimeagen/harpoon',
{
'theprimeagen/harpoon',
branch = 'harpoon2',
dependencies = { 'nvim-lua/plenary.nvim' }
},
'petertriho/nvim-scrollbar',
'mbbill/undotree',
{