maralla / completor.vim

Async completion framework made ease.
MIT License
1.31k stars 62 forks source link

Ruby Support #150

Open renodesper opened 6 years ago

renodesper commented 6 years ago

Hi, is there any documentation to support ruby with completor? I try a simple command but it didn't work when I type dot (.) although it works on python.

Shadowsith commented 5 years ago

I have made a micro plugin which requires the LanguageClient-neovim plugin + solargraph gem and it works very well with completor:

https://github.com/Shadowsith/vim-ruby-autocomplete