Files
nvim-config/after/plugin/harpoon_post_init.lua
T
2022-02-20 03:52:11 -06:00

5 lines
130 B
Lua

-- automatically opens all marked files
_G.harpoon_open_marks()
-- sets tab switch mode to harpoon marks
_G.harpoon_btoggle(true)