vhakulinen / gnvim

GUI for neovim, without any web bloat
MIT License
1.86k stars 68 forks source link

Gui cursor don't show #141

Closed phaalonso closed 4 years ago

phaalonso commented 4 years ago

Hi, I'm just installed gnvim and my cursor isn't showing. How do I fix this? Where my cursor is: image

What is showing: image

vhakulinen commented 4 years ago

Whats your guicursor? Can you try with set guicursor+=a:blinkon333?

phaalonso commented 4 years ago

Its works, I tried to set the configuration yesterday but it doesn't change anything. Now it changed :thinking: Yesterday I was using Nvidia and changed to Intel in nvidia-prime today. This can affect gnvim?

image

phaalonso commented 4 years ago

How I do this fix in splits? When moving to a split the cursor disappears again ;(

phaalonso commented 4 years ago

Hmm. I noticied that every time that gnvim opened the cursor isn't showing up and I have to run

set guicursor+=a:blinkon333
set guicursor=

So that the cursor showed up, and return it to the normal configuration. But this doesn't seem to be working when using directly in init.vim config

augustobmoura commented 4 years ago

Same with me, only in the most recent release

vhakulinen commented 4 years ago

Fixed.

Char-Aznable commented 3 years ago

I still got this problem on version gnvim v0.1.6-63-gd818356. This tends to happen when I jump to definition in a different file. Setting guicursor as shown in previous post doesn't work for me.