We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
LanguageClient-neovim defines some RPC autocmds.
LanguageClient-neovim/rplugin/python3/LanguageClient/LanguageClient.py
Line 349 in ba9b428
It slows neovim startup. Please see below issues.
neovim/neovim#5856 neovim/neovim#5728
I think LanguageClient-neovim should use RPC events instead. https://github.com/Shougo/deoplete.nvim/blob/master/rplugin/python3/deoplete/__init__.py
The text was updated successfully, but these errors were encountered:
Good to know that.
Might investigate a bit more when I got some time.
Sorry, something went wrong.
neovim/neovim#5728 (comment)
If the feature is implemented in neovim, the problem does not affect though...
Closing. See #35 (comment)
No branches or pull requests
LanguageClient-neovim defines some RPC autocmds.
LanguageClient-neovim/rplugin/python3/LanguageClient/LanguageClient.py
Line 349 in ba9b428
It slows neovim startup.
Please see below issues.
neovim/neovim#5856
neovim/neovim#5728
I think LanguageClient-neovim should use RPC events instead.
https://github.com/Shougo/deoplete.nvim/blob/master/rplugin/python3/deoplete/__init__.py
The text was updated successfully, but these errors were encountered: