Skip to content

Suggestion: should not use RPC autocmds #69

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

Closed
Shougo opened this issue Jul 5, 2017 · 3 comments
Closed

Suggestion: should not use RPC autocmds #69

Shougo opened this issue Jul 5, 2017 · 3 comments

Comments

@Shougo
Copy link

Shougo commented Jul 5, 2017

LanguageClient-neovim defines some RPC autocmds.

@neovim.autocmd("VimEnter", pattern="*")

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

@autozimu
Copy link
Owner

autozimu commented Jul 5, 2017

Good to know that.

Might investigate a bit more when I got some time.

@Shougo
Copy link
Author

Shougo commented Jul 6, 2017

neovim/neovim#5728 (comment)

If the feature is implemented in neovim, the problem does not affect though...

@autozimu
Copy link
Owner

Closing. See #35 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants