diff options
Diffstat (limited to 'fnl/config/harpoon.fnl')
-rw-r--r-- | fnl/config/harpoon.fnl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fnl/config/harpoon.fnl b/fnl/config/harpoon.fnl index 21f1b27..9905439 100644 --- a/fnl/config/harpoon.fnl +++ b/fnl/config/harpoon.fnl @@ -4,8 +4,6 @@ (def- opts {}) (util.setup :harpoon opts) -(let [telescope (require :telescope)] - (telescope.load_extension :harpoon)) (nvim.set_keymap :n :<tab> "<cmd>lua require('telescope').extensions.harpoon.marks(require('telescope.themes').get_dropdown{previewer = false, initial_mode='normal', prompt_title='Harpoon'})<cr>" |