Updated nvim configuration including harpoon and firenvim

This commit is contained in:
rocketdebris 2025-09-16 09:48:21 -04:00
parent 2c749ac329
commit baa2e07b0f
3 changed files with 23 additions and 2 deletions

5
lua/plugins/harpoon.lua Normal file
View file

@ -0,0 +1,5 @@
return {{
"ThePrimeagen/harpoon",
branch = "harpoon2",
dependencies = { "nvim-lua/plenary.nvim" }
}}