@jpinnix I had to disable package :autocomplete-ruby . I still get ‘regular’ autocomplete but no project wide static analysis autocomplete (which I assume rsense is to provide which I’m not used to having anyway). I did get rsense working abut it was too slow and I was annoyed by it.
@dvcrn FYI from yesterday: https://github.com/dvcrn/proton/pull/246
Cool!
@beetlefeet: Can you change the message to docs(MANUAL)? Then I'll merge it right away
merged! thanks a lot
np
thanks for proton!
@jpinnix ruby layer issue caused by autocomplete-ruby plugin. Try to update autocomplete-ruby to 0.2.2 version there is a fix regarding hardcoded path to rsence binary. If this won't work for you please check if rsence available on path $GEM_HOME/bin/rsence
if rsence available from $PATH set configuration autocomplete-ruby.rsenscePath
to "rsence"