Results 55 comments of Mal

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: ![com](https://user-images.githubusercontent.com/2238118/30467286-3b0fe6d0-9a16-11e7-8238-4efb1d92819a.gif)

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?