Closed bronzehedwick closed 6 years ago
It's probably python 3.7 related
change async=True
into async_=True
Ah ha, that does indeed get rid of most of the error, however the plugin does still fail to load. On startup I still get:
Error detected while processing function <SNR>145_on_core_channel_error:
line 1:
Press ENTER or type command to continue
nvim-completion-manager core channel terminated.
https://github.com/roxma/nvim-completion-manager/wiki/Trouble-shooting might help
By the way, this repo is not being maintained anymore, you know that, right?
Yeah I noticed that just now :(. Is ncm2 ready to completely replace repo?
@bronzehedwick
Is ncm2 ready to completely replace repo?
Short answer, No. ncm2 doesn't support ncm sources.
Longer answer, it depends on what you need. There're sources available. You could read the README.md and see if it is enough or not.
gotcha, thanks! sorry for the noise in a deprecated repo. Going to close.
It's not noise. ncm's issue could still be helpful for me pushing improvements.
possibly related https://github.com/roxma/nvim-completion-manager/issues/176
nvim version
OS
macOS 10.12.6
Using the latest nvim-completion-manager code as of July 2nd, 2018, and any terminal, I get the following error on nvim startup:
Completion fails to load.
Thanks!