Closed lewisthompson closed 8 years ago
+1
Same issue for me. Not likely to commit to using Neovim long term I've I'm forced to use anti-aliased fonts. I find anti-aliased fonts harder to scan and make my eyes tired quicker.
Hey guys,
Thanks to @bambu's recent work you can now toggle antialiasing in your init.vim:
call MacSetFontShouldAntialias(0)
call MacSetFontShouldAntialias(1)
I use the Terminus (TTF) font which requires fonts are not anti-aliased. In iTerm2 I have an option to disable anti-aliasing but this does not seem present in neovim-dot-app. Could such an option be introduced to support this and similar fonts?