dzhou121 / gonvim

MIT License
1.79k stars 34 forks source link

cursor out of sync with font #8

Open Wouterbeets opened 7 years ago

Wouterbeets commented 7 years ago

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

dzhou121 commented 7 years ago

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

sunjon commented 7 years ago

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.