Mal
Mal
Completor requires vim compiled with python or python3 and has features `job`, `timers` and `lambda`
What is the output of `vim --version`?
Completor requires vim compiled with python or python3 and has features `job`, `timers` and `lambda`
@indrabinridwan Please post the result of `vim --version` here.
Now the ultisnips completion will only be trigger with identifiers. Symbols like `
I [added an option](https://github.com/maralla/completor.vim#use-tab-to-trigger-completion-disable-auto-trigger) to trigger completion manually.
I pushed a commit to improve filename completion. Can you please update and check it again?
If you type `//` it should complete. But if you type `/ /` it might not complete because completor treats the whole path `/ /` as a file path.
I also have a jedi(0.10.2)/python(3.6.2) environment but it works very well: 
I installed [SpaceVim](https://github.com/SpaceVim/SpaceVim) and installed jedi to the specified python version then added the following config to *~/.SpaceVim.d/init.vim*: ```vim let g:spacevim_custom_plugins = [['maralla/completor.vim']] let g:spacevim_disabled_plugins = ['neocomplcache.vim'] let g:completor_python_binary =...
Is there anything under */home/mbl/.vim/plugs/completor.vim/pythonx* ?
Could you please disable all plugins except completor.vim to check whether the problem still exists?