daa84 / neovim-gtk

gtk ui for neovim
GNU General Public License v3.0
716 stars 57 forks source link

Nerd Font rendering messed up on Windows #236

Open Zarainia opened 4 years ago

Zarainia commented 4 years ago

Describe the bug When using DejaVu Sans Mono Nerd Font, the spacing between certain symbols is too small. This is supposed to have a =: image Startify recent files (those are backslashes!): image I am using the same font on Linux with neovim-gtk, which I compiled myself, with the same vim configuration other than the relevant paths, and do not have this problem there. Font is set using the following line in AppData\Local\nvim\ginit.vim (changing it does work):

call rpcnotify(1, 'Gui', 'Font', 'DejaVuSansMono NF 12')

Technical information (please complete the following information):

Zarainia commented 4 years ago

This also happens in Windows Subsystem for Linux, compiled and installed on WSL Ubuntu and running using the Xming X server.