Simplify/de-abstract nvim config files

This commit is contained in:
2025-09-16 12:22:58 -05:00
parent c9bad270d2
commit 964db5caf8
21 changed files with 254 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,
},
}