Completion doesn't happen, ncm2-jedi doesn't suggest modules for instance.
Debug log
2018-11-16 14:36:14,865 [DEBUG @ ncm2_core.py:check_source_notify:273] 21552 - jedi is not ready
2018-11-16 14:36:14,869 [DEBUG @ ncm2_core.py:check_source_notify:273] 21552 - jedi is not ready
Temporary fix
As the log says, it seems like jedi has not yet been set to ready. Instead of setting it ready with yarp, just setting ready by default restores the expected behaviour:
Subscopes is one of my favourite features in ncm2. It works for CSS and some other sources, but not for ncm2-jedi.
Reproducible example
Minimal vimrc
Markdown example
Completion doesn't happen, ncm2-jedi doesn't suggest modules for instance.
Debug log
Temporary fix
As the log says, it seems like jedi has not yet been set to ready. Instead of setting it ready with yarp, just setting ready by default restores the expected behaviour:
Maybe the bug has more to do with ncm2 itself? It seems to me that when it detects a subscope, it should be able to set the source to ready.