-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cursor remains hidden after closing the popup #114
Comments
Does the cursor show when doing |
No, it doesn't. |
Can you try again? Just pushed some changes |
I did the packersync and still same problem exists.
|
That's really odd. Do you set What does And does Are you using a gui? |
I had vim.opt.guicursor = '' " to keep cursor as block in insert mode. I didn't know this caused the issue. Sorry for taking so much of your time. Thanks for your time. |
It's weird that that worked before. Setting the Check for the options |
+1. I hit this same problem. |
Something weird is happening with |
I think I was able to fix it. Something weird is happening internally with Neovim and setting the guicursor. It seems that setting it, only comes into effect after some time. And setting it again in between it is active, doesn't use the new value. Adding a delay before resetting it seems to fix it |
I changed it to |
I'm in a similar situation, and though this is closed I'm still not clear on the resolution. I set eta: Actually, this problem arises even if I do not set |
Describe the bug
Cursor remain hidden after closing the popup. This doesn't happen if I use minimal setup provided.
How should I go about finding the cause of this issue?
Which version of Neovim are you using?
nightly
To Reproduce
Steps to reproduce the behavior:
Expected Behavior
Cursor should be visible
cursor is not visible anymore
Noice Log
Please include any related errors from the Noice log file. (open with
:Noice log
)Noice log
The text was updated successfully, but these errors were encountered: