You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
NVIM v0.10.0-dev-657+g19fb573ad
Operating system/version
Linux/Arch
Describe the bug
Hi !
First of all, thanks a lot folke and all the contributors for this amazing plugin !!!
I understand the <CR>/"regular search" part from this issue #139.
But is this normal/expected that setting nohlsearch = false everywhere still clear the search highlights ?
Steps To Reproduce
I run nvim -u minimal_code.lua
I edit the file :e minimal_code.lua
I search for 'hlsearch' /hlsearch
I type a label
Then the cursor jump at the right location but the highlights are cleared, even with nohlsearch = false.
If I use the keymap (s) defined at the end of the file, the highlights are still cleared.
Sorry but I don't use any plugins managers. If the minimal code must use 'lazy', then I'll try with it.
Expected Behavior
Search highlights are still displayed after a jump when using nohlsearch = false.
Did you check docs and existing issues?
Neovim version (nvim -v)
NVIM v0.10.0-dev-657+g19fb573ad
Operating system/version
Linux/Arch
Describe the bug
Hi !
First of all, thanks a lot folke and all the contributors for this amazing plugin !!!
I understand the
<CR>
/"regular search" part from this issue #139.But is this normal/expected that setting
nohlsearch = false
everywhere still clear the search highlights ?Steps To Reproduce
nvim -u minimal_code.lua
:e minimal_code.lua
/hlsearch
Then the cursor jump at the right location but the highlights are cleared, even with
nohlsearch = false
.If I use the keymap (
s
) defined at the end of the file, the highlights are still cleared.Sorry but I don't use any plugins managers. If the minimal code must use 'lazy', then I'll try with it.
Expected Behavior
Search highlights are still displayed after a jump when using
nohlsearch = false
.Repro
The text was updated successfully, but these errors were encountered: