-
Notifications
You must be signed in to change notification settings - Fork 18
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
Error detected while processing function importjs#Init: #14
Comments
It turned out it is plugin manager. Thanks! |
How did you determine that it was the plugin manager causing the problem? From your error message it looks to me like you are using a version of Vim that is too old and doesn't support the Vim features we are using here. What version of Vim are you using? |
I don't know if anyone has tested |
Same problem here with vim 7.4.898 and neovim 0.1.2, using Vundle. |
Same problem with nvim 0.1.7 using |
Same problem with nvim 0.1.7 using vim-plug. |
1 similar comment
Same problem with nvim 0.1.7 using vim-plug. |
Sorry for leaving so many comments unanswered here. It looks like neovim/neovim#5520 is relevant to the issue. Basically, neovim doesn't support the same channel interface as vim 8 does. If anyone is willing to take a stab at making the import-js plugin work for neovim, I'd be delighted to review a PR! If not, I'll try to get to it at a later time. |
I read the reddit thread on Neovim API comparison with Vim channels. Do you know how plugins are supposed to work with both Neovim and Vim? Do you have to do a check to see if it's running in Neovim and do one thing, or if it's in Vim, do another thing instead? |
I don't know to be honest, but it looks like We could also look into some kind of feature detection instead of detecting what editor is running. Do you have a link to the reddit thread? |
Hello, thanks for the awesome plugin.
I have two osx machines, almost same neovim settings.
Working okay
NVIM 1.4.0
plugin manager: Vundle
Not working
NVIM 1.5.0
plugin manager: vim-plug
I am not sure this is about plugin manager or NVIM version.
below is from the one does not work.
Can you suggest a way to troubleshoot?
Thanks
The text was updated successfully, but these errors were encountered: