-
Notifications
You must be signed in to change notification settings - Fork 271
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
Add vim support. #151
Add vim support. #151
Conversation
hmm...
And it seems this is a neovim-only feature. |
In that case, I can probably detect current feature and do not call the API for vim, which is somewhat expected. Even if I managed to get this work on vim, some of the features might never get to the state of support for neovim. |
I can add it into vim-hug-neovim-rpc, and it will simply ignore the error for now. I'll update the documentation for this. This feature is hard to workaround. But it only affects the views, so ignoring the error should be just fine. |
I cannot reproduce it. Can you provide min vimrc and each version numbers? |
I'm debugging. The error message forwarded by yarp is not well formatted. I'lll post detailed information when I fixed the message format. |
Unfortunately, due to vim's issue on handling the python No error anymore. |
👍 |
No description provided.