summaryrefslogtreecommitdiff
path: root/fnl/config/harpoon.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/harpoon.fnl')
-rw-r--r--fnl/config/harpoon.fnl21
1 files changed, 0 insertions, 21 deletions
diff --git a/fnl/config/harpoon.fnl b/fnl/config/harpoon.fnl
deleted file mode 100644
index 41b6b81..0000000
--- a/fnl/config/harpoon.fnl
+++ /dev/null
@@ -1,21 +0,0 @@
-;; Harpoon files for navigation.
-
-(local util (require :config.util))
-
-(fn setup []
- (vim.keymap.set :n :<tab>
- (fn []
- (util.telescope-ext :harpoon :marks
- {:theme :get_dropdown
- :previewer false
- :initial_mode :normal
- :prompt_title :Harpoon}))
- {})
- (vim.keymap.set :n :<s-tab>
- "<cmd>Telescope buffers theme=dropdown previewer=false initial_mode=normal<cr>"
- {}))
-
-{1 :ThePrimeagen/harpoon
- :event :BufReadPost
- :config (fn []
- (setup))}