Closed floaterest closed 2 years ago
@Floaterest
The option guifontwide
is not available in v0.2.16.1
, you would need to update to a build from master
.
I'm behind on doing a release...
Marking as closed. Feel free to keep commenting if you have questions.
Sorry, I didn't realise the builds from AppVeyor.
No need to apologize! This was not obvious :)
I'm behind on generating a release (there are a few bugs I would like to address)....
I'm glad you found the AppVeyor builds. Builds are also available on GitHub Actions (Linux, Windows, Mac).
Someone from other corner of the world is also waiting for :set guifontwide
Greetings!
@bosbyj no need to wait, you can find the newest build on AppVeyor (details instructions are on the wiki from this repo)
Issue
I want to set a fallback font for non-latin languages (in my case, Japanese). I tried the suggested solution in #827 and #832, but it did not work (as shown in demo):
Steps to Reproduce
nvim-qt -- -u NONE
:GuiFont! monospace
to set the font:set gfw=Noto\ Sans\ JP
to set the font for wide charactersResult: nothing changes for the wide characters
Demonstration
The gif above shows that
GuiFont
GuiFont
set guifontwide
Version
nvim-qt version: v0.2.16.1 (newest) neovim version: 0.6.0 (newest)