maralla / completor.vim

Async completion framework made ease.
MIT License
1.27k stars 63 forks source link

Does not work on Mac with Vim 8.0.1283 / 8.1.560 #237

Closed dschuessler closed 5 years ago

dschuessler commented 5 years ago

I can not get completor.vim to work on my Mac. No vimrc. Just the installation steps for the Vim package manager. Doesn't work with vim-plug either.

MacVim 8.1.560 (+python/dyn / +python3/dyn) on macOS 10.14.1 does not work. System Vim 8.0.1283 (+python/dyn / -python3) on macOS 10.14.1 does not work. Vim-nox 8.0.707 (-python / +python3) on Raspbian GNU/Linux 9.4 does work.

Setting g:completor_debug to 1 does not create the log file. I am at a loss and would appreciate help. Thank you!

dschuessler commented 5 years ago

I had to reinstall the OS and with it many command line tools. The problem is gone. I can not provide information about the initial cause.

tpict commented 5 years ago

I think a recent change must have caused the issue - I've just updated Completor and it's stopped working on my Mac. Doesn't create a log file. I was using it on a Linux machine yesterday and the latest version was fine with exactly the same vimrc.

edit: updating the to the latest version of the neovim python module fixed the issue for me :)