diff options
Diffstat (limited to 'after')
-rw-r--r-- | after/plugin/harpoon.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/after/plugin/harpoon.lua b/after/plugin/harpoon.lua new file mode 100644 index 0000000..61b970a --- /dev/null +++ b/after/plugin/harpoon.lua @@ -0,0 +1,6 @@ +local status_ok, harpoon = pcall(require, "harpoon") +if not status_ok then + return +end + +harpoon.setup {} |