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
I think the error message "Could not find font or family Monospace" is unavoidable, it's some problem and the way nvui tries to load the default Monospace font on Linux.
Are you sure you got the syntax right? I had the same problem where nvui wasn't reading my font.
In vimscript you have to make sure there are no spaces after or before = and that after every space in the font you add a \,
like so:
setguifont=JetBrains\ Mono:h11
In lua it's much easier because you just have to provide the correct string, like so:
Hello,
I'm trying out nvui and its been nice.
One issue I am having is I place diagnostic glyphs in the gutter. They seem to have some trouble rendering:
The above are the configuration lines. I believe these are just UTF characters as they are rendering right here on GitHub. Any idea?
The text was updated successfully, but these errors were encountered: