rohit-px2/nvui

Render/Font Issue

Closed this issue · 4 comments

This is basically with no configuration, just starting it..

simplescreenrecorder-2021-08-30_16.55.17.mp4

Oh, for context: I did start a terminal using :term here. Then I just pressed the right-key.

Did you :set guifont to a monospace font?
This should be problem where a default monospace font is not set. nvui uses Qt's default font which isn't monospace and doesn't work well with the text rendering. This should be related to #28.
A solution would be what Neovim-Qt etc. do, which is start with a default monospace font set (Courier New on Mac, Monospace on Linux, and Consolas on Windows)

Setting guifont does the trick indeed!

Great :)