Closed Corgile closed 8 months ago
Thanks for reporting. Is the second image correct? In my understanding the problem only happens at startup and fixed after a key press. And I need to ask your vim configuration (only include Neoray related part)
Is the second image correct?
after pressing some key or mouse clicking, the text size goes very big, and :set guifont=JetBrains\ Mono:h16
takes no effect (font exists), also the viewing area doesn't fill up the window
And I click the maximize button to full-screen it
ps: actually I don't know how to write configurations on Neoray in lua LOL
What happens when you start Neoray with -u NORC --noplugin
options? And for the font write the filename of the font. It may be JetBrainsMono without space.
I have a fix for this issue here: https://github.com/annacrombie/Neoray/commit/393d29bb47f5c93cf13c268661f55baa7849037f. I'm not sure if its worth making a PR though.
I have a fix for this issue here: annacrombie@393d29b. I'm not sure if its worth making a PR though.
I will be happy to review it if you make a pr
OS or distro:
neoray version:
0.2.5
Describe the bug
1. right after startup
2. press any key
3. tried to set guifont smaller but still.
everything works fine but the resolution is malfunctioning on macOS 13 Ventura.
please fix this, thank you