maralla / completor.vim

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

Rust completion just doesn't work #269

Closed GoldsteinE closed 4 years ago

GoldsteinE commented 4 years ago

I have racer in my PATH and g:completor_racer_binary is set to exepath('racer'). When I trigger completion with Tab (I have a snippet from README in my ~/.vimrc) =completor#do('complete') appears in bottom line and nothing else happens. Completion works fine in Python and C++ files. I tried to setg:completor_debug to 1 but log not appeared.

GoldsteinE commented 4 years ago

Sorry, it was misconfigured racer.