feat: Adds harpoon to nvim

This commit is contained in:
2024-11-10 09:39:09 -05:00
parent 2334f33cdb
commit f7484147f7
3 changed files with 57 additions and 3 deletions

View File

@@ -40,6 +40,7 @@ require("lazy").setup({
-- Navigation --
{ import = 'user.plugin.neo-tree' },
{ import = 'user.plugin.telescope' },
{ import = 'user.plugin.harpoon' },
-- Utilities --
{ import = 'user.plugin.comment' },