-
Notifications
You must be signed in to change notification settings - Fork 10
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
'API info should be initialized by the time this is called' #49
Comments
Do you set any neovim-gtk specific options in your EDIT: almost forgot to mention as well, this is a bit of a silly limitation that's mentioned in daa84's neovim-gtk wiki. the problem is that the way we set gui options with rpc notifications is weird in general. There's actual neovim options for this we don't use yet which could be set in |
No, I don't. It doesn't happen with I'm setting some gui-specific variables, but they're not specific to nvim-gtk. Here's my entire None of my plugins seem to call anything suspicious either based on a grep in the plugin directory. |
They are coming from my
|
Anyway, I did the minor amount of work to make |
TBH I think what I might do is just remove the ext_* verification for those GUI option methods and continue working on other stuff. They're not really important and my hope is to actually deprecate them anyway and use global variables/built-in nvim options instead for configuring these things. That way we don't need to rely on RPC calls, and can just use |
Describe the bug
Happens immediately on launch since the API info commit.
Technical information (please complete the following information):
The text was updated successfully, but these errors were encountered: