-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is GuiRenderLigatures command supported on Windows? #823
Comments
Yes! It looks like you are either:
I would guess issue 1. If you have You can confirm your version with On Windows, you can download our AppVeyor build artifacts to get the latest changes:
Here is a link: |
Yes. I do have access to GuiFont and other Gui... commands like GuiScrollBar, GuiPopupmenu, etc... |
Update: This works! Thanks! |
Ligatures isn't supported yet by a released version. The changes are only available in nightly builds from Once I do the next release, it will be available on the page you reference. I have some known issues before the next release... The More details on Gui commands: |
Marking as closed, since this is resolved. Feel free to keep commenting. If you notice any issues with ligatures, please let me know. I will do my best to fix them. |
Hey , I just installed neovim on windows 10 . I too am experiencing the same problems.I am using Fira Code Font, it is working fine in vscode, but not in neovim-qt. Some Gui options are showing but nor GuiRenderLigatures. Will this feature will be updated to the main github repo and we can directly update from there or do i need to reinstall neovim? |
Please read above. There are detailed instructions above on how to download a build supporting the feature. No, the feature is not present in the "Releases" page. Yes, the feature will be included in the next release. |
Thanks for the reply. sorry, i overlooked the above reply. |
Looks like AppVeyor only retains build artifacts for a month, and the last build was over a month ago. Is it possible to trigger a new build to get the download? |
I have the same question. The last build is invalid and the "realease" is too older to experience new features. :-( |
Environment:
From #166, I got to know that the ligatures are supported in the
nvim-qt
GUI Client for Neovim. I tried using:GuiRenderLigatures 1
as stated in the thread, but it shows an error:E492: Not an editor command: GuiRenderLigatures
.My question is, is there any support for ligatures in nvim-qt (on Windows at least), or is there some other way?
The text was updated successfully, but these errors were encountered: