VonHeikemen / searchbox.nvim

Start your search from a more comfortable place, say the upper right corner?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clear_matches does not work

jrafaaael opened this issue · comments

when I try this:

local map = vim.api.nvim_set_keymap
map('n', '<leader>S', ":SearchBoxMatchAll clear_matches=true<CR>", {noremap = true})

I search something in the searchbox and after press enter, the highlight words still appearing

do you have hlsearch enabled?

In 2c66bc4 we also clear the highlight from hlsearch. Let me know if that fixes the issue.

@VonHeikemen is working now! Thank you for this plugin, I love it!