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've seen this issue reported folke/noice.nvim#566 and folke/noice.nvim#585 but I had no luck reproducing it.
Does the pr fixes it for you?
nvim hides the cursor when it's waiting for user to input a char with getcharstr, and hop creates a temp vrtual cursor meanwhile.
Describe the bug
When you call any hop command on an empty line with
noice
installed, the cursor turns black. This is true with all color schemes.I have tried
But this doesn't fix anything.
To Reproduce
<cmd>HopChar1AC<cr>
Expected behavior
I expect the cursor to remain the same color.
Screenshots
With
noice
enabledWith
noice
disabledversion (please complete the following information):
"hop.nvim": { "branch": "master", "commit": "5681edd36cf858c821826178e77af78463c1c281" }
The text was updated successfully, but these errors were encountered: