diff options
Diffstat (limited to 'fnl/plugins')
-rw-r--r-- | fnl/plugins/editor/harpoon.fnl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fnl/plugins/editor/harpoon.fnl b/fnl/plugins/editor/harpoon.fnl index 876386e..167cf3b 100644 --- a/fnl/plugins/editor/harpoon.fnl +++ b/fnl/plugins/editor/harpoon.fnl @@ -17,7 +17,8 @@ {}) (vim.keymap.set :n :<s-tab> "<cmd>Telescope buffers theme=dropdown previewer=false initial_mode=normal<cr>" - {})) + {}) + {:menu {:width (- (vim.api.nvim_win_get_width 0) 4)}}) {1 :ThePrimeagen/harpoon :event :BufReadPost |