update harpoon to harpoon 2

This commit is contained in:
2024-03-09 00:02:02 -05:00
parent 6deb1b6a6b
commit debeca659a
4 changed files with 76 additions and 9 deletions

6
after/plugin/harpoon.lua Normal file
View File

@ -0,0 +1,6 @@
local status_ok, harpoon = pcall(require, "harpoon")
if not status_ok then
return
end
harpoon.setup {}