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