Open damanis opened 1 year ago
Feature request. After search in neo-minimap window (with /), the found item is highlighted. It left highlighted after it selected and minimap closed. Please add option (or hard-coded) to hide the highlight. Something like this:
/
vim.keymap.set("n", "<CR>", function() jump_and_zz(line_data, opts) + vim.cmd([[nohlsearch]], false) vim.api.nvim_win_close(win, true)
Hi @damanis , this feature is implemented at eba4b2e39ce3af584b646dfb7246031a37db880c, please update your plugin to receive the change.
Feature request. After search in neo-minimap window (with
/
), the found item is highlighted. It left highlighted after it selected and minimap closed. Please add option (or hard-coded) to hide the highlight. Something like this: