Simplify structure for nvim config files

This commit is contained in:
2025-09-16 12:24:46 -05:00
parent c9bad270d2
commit 992f81fc04
20 changed files with 190 additions and 162 deletions

View File

@@ -0,0 +1,11 @@
return {
{
"ThePrimeagen/harpoon",
branch = "harpoon2", -- https://github.com/ThePrimeagen/harpoon/tree/harpoon2
dependencies = { "nvim-lua/plenary.nvim" },
config = function()
local harpoon = require("harpoon")
harpoon:setup()
end,
},
}