-
Notifications
You must be signed in to change notification settings - Fork 172
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
GuiFont doesn't exist when using a different NVIM_APPNAME environment variable #1118
Comments
NVIM_APPNAME=something seems to change the expected locations used by nvim (runtimepath, etc) by append the env var value at the end of paths. This should not be a problem when the nvim-qt vimscript is loaded by nvim-qt. I did a quick test here and it seems to work as intended. However if you are loading the shim manually from your config (such as adding Can you check if The output from |
Thank you. It doesn't appear in scriptnames and I'm not doing any manual loading Output:
|
Looks pretty normal:
i.e. it is expecting to find it in |
The folder exists and |
The NVIM_APPNAME environment variable is super useful for having multiple configurations, but setting it to something other than nvim breaks the custom commands.
The text was updated successfully, but these errors were encountered: