summaryrefslogtreecommitdiffstats
path: root/after
diff options
context:
space:
mode:
Diffstat (limited to 'after')
-rw-r--r--after/plugin/harpoon.lua6
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 {}