yatli / fvim

Cross platform Neovim front-end UI, built with F# + Avalonia
MIT License
1.34k stars 30 forks source link

Option to turn off ligatures? #116

Closed habamax closed 4 years ago

habamax commented 4 years ago

Is there a way to turn them off?

They doesn't look good for asciidoc which I heavily use:

image

yatli commented 4 years ago

Yeah I have this problem too with verilog. Adding that now.

yatli commented 4 years ago

@habamax try :FVimFontLigature v:false. :)

habamax commented 4 years ago

@habamax try :FVimFontLigature v:false. :)

Sure, thx!