daa84 / neovim-gtk

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

Ligaturizes are not shown on Windows #219

Open stavlocker opened 4 years ago

stavlocker commented 4 years ago

Describe the bug I'm on Windows 10 using the latest version of neovim-gtk, and I tried two ligaturized fonts (Fira Code & Consolas Ligaturized), both working on my system on Notepad & Atom (for example). The ligatures just aren't showing in neovim.

In my init.vim file I put:

call rpcnotify(1, 'Gui', 'Font', 'Fira Code 12')

I can see the font changes when I type in the command and choose various fonts but the ligatures don't show.

Technical information:

yuntan commented 4 years ago

This might be related to a problem of Gtk itself. Ligatures ignored on input on Windows (#1428) · Issues · GNOME / gtk · GitLab