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
Looks more like bug in neovim, as it does not process option change properly after application starts.
Possible solution is just send some event (think resize) to neovim when this option changed, so this force ui update.
Or just simple put this option before font change option 😆
Stack versions:
OS: Manjaro i3 17.1.1
GTK: 3.22.26+47+g3a1a7135a2-3
Neovim: v0.2.3-385-gb616ef9b2
Neovim-GTK: master
Minimal setup:
init.vim
ginit.vim:
Open nvim-gtk (does not show tabline):
Type Ex command
:help
(the command line gets over-rendered by the statusline and the tabline is rendered):See I am writing
:help
again (notice the statusline):I open the command-line window
q:
:Change the font:
All is good!:
If I resize the neovim-gtk window also fix the rendering, like changing the font size:
The text was updated successfully, but these errors were encountered: