diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-12-31 00:43:33 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-12-31 00:43:33 +0100 |
commit | b5000aed439b0002e10074d1605a593441f176df (patch) | |
tree | e17ebab02faa2fe9a12e6f9e331c04583fa4d4e8 /fnl/config/harpoon.fnl | |
parent | a1040dcd9c890ccca83e6e82ba2cd34b887f08fb (diff) |
Move telescope plugins to telescope config
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>" |