Removed unnecessary plugins

This commit is contained in:
Kristofers Solo
2023-08-28 21:32:28 +03:00
parent c72c49bc90
commit 047f16fb0e
60 changed files with 1479 additions and 2368 deletions

View File

@@ -1,15 +0,0 @@
return {
{
"ThePrimeagen/harpoon",
opts = {},
config = function()
local ui = require("harpoon.ui")
local keymap = vim.keymap.set
for i = 1, 12, 1 do
keymap("n", "<F" .. i .. ">", function()
ui.nav_file(i)
end)
end
end,
},
}