gonvim icon indicating copy to clipboard operation
gonvim copied to clipboard

cursor out of sync with font

Open Wouterbeets opened this issue 8 years ago • 2 comments

After launcing gonvim -u NONE *.go The further I go on a line the more the cursor is out of sync. I have changed my systems default font. Perhaps I need a fixed width default font. Let me know if you want more info

Wouterbeets avatar May 29 '17 10:05 Wouterbeets

Hi, you can install plugin https://github.com/equalsraf/neovim-gui-shim and change font like this:

:Guifont DejaVu Sans Mono:h13

The same as neovim-qt

dzhou121 avatar May 30 '17 12:05 dzhou121

I have the same issue at the moment. I've installed neovim-gui-shim, and changed 'GuiFont' and 'GuiLinespace' settings, but the cursor is still out of sync. There's also an issue with text fitting within the window width, due to the related problem that the applications text gets cut off on the right hand side of the window, due to the cursor/column width being larger than it should be.

sunjon avatar Jun 01 '17 17:06 sunjon