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
Just putting this up so that people will know that ligatures work in Windows gvim. Hopefully somebody can pick up on the documentation which currently lists gvim as not working.
To get the ligatures to work, put the following in vimrc: set renderoptions=type:directx set encoding=utf-8
Sometimes the ligatures don't appear immediately after typing. You can manually get it to appear by doing screen refresh CTRL+L.
If turning on directx makes scrolling unbearably sluggish, a couple of things you can do:
turn off relative numbers
turn off line highlight (I changed the colour of my cursor to be brighter so no pressing need for highlighted lines)
set in renderoptions for directx to use GDI for rendering. renmode:2 or renmode:3
For more on the renderoptions, check :h renderoptions.
The text was updated successfully, but these errors were encountered:
Just putting this up so that people will know that ligatures work in Windows gvim. Hopefully somebody can pick up on the documentation which currently lists gvim as not working.
To get the ligatures to work, put the following in vimrc:
set renderoptions=type:directx
set encoding=utf-8
Sometimes the ligatures don't appear immediately after typing. You can manually get it to appear by doing screen refresh
CTRL+L
.If turning on directx makes scrolling unbearably sluggish, a couple of things you can do:
renmode:2
orrenmode:3
For more on the
renderoptions
, check:h renderoptions
.The text was updated successfully, but these errors were encountered: