Chinmay Dalal
Chinmay Dalal
Like this? `set guifont=JetBrains\ Mono,Noto\ Color\ Emoji:h11`
Hmm I need to find out if  is a glyph in JetBrains Mono [comment](https://github.com/JetBrains/JetBrainsMono/issues/277#issuecomment-673001316), because it looks like 
It looks like this when I set the first font to anything though
GitHub renders the same text like this: ```java if (sortedarray != null) { } ``` See: https://imgur.com/f8Iptk7
So syntax highlighting like GitHub would be nice there (coc.nvim does this but i want to move away from all-in-one solutions)
I mean, any markdown parser would work
@akiyosi Just jumping in, I can use the GitHub Actions build from the refactor branch right?
I'm not sure what you mean. When you install a DE, you have to compulsorily install one of [gnu-free-fonts](https://www.archlinux.org/packages/extra/any/gnu-free-fonts/), [ttf-dejavu](https://www.archlinux.org/packages/extra/any/ttf-dejavu/), or [ttf-liberation](https://www.archlinux.org/packages/community/any/ttf-liberation/) All the three have monospace variants included. As...
Actually I have two possible explanations: 1) Atleast in GNOME, Qt apps don't recognise certain fonts as monospace. This happened to me in nvim-qt, Konsole and Qterminal. 2) I remember...
okay, just to be sure, can you try it in a DE? like gnome or kde