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
Hi,
The way hide_cursor functionality is implemented in cursor.vim file, only works for Vim executed on a terminal, but it doesn't work for other Vim GUIs such as Macvim. It would work if the GUI fix would be applied not only for nvim but for other VIM GUIs.
A possible solution could be changing line 12 in cursor.vim with this:
if has('nvim') || has('gui_running')