maralla / completor.vim

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

Getting completion for R programming #317

Open fasterius opened 2 years ago

fasterius commented 2 years ago

Thanks for a great plugin! I want to get completion for R (and, by extension, R Markdown), but that is currently not natively supported as far as I can tell. There is a language server implementation (https://github.com/REditorSupport/languageserver), and the documentation for completor does state that other languages are supported through omnicompletion. Maybe I'm not understanding how these things are supposed to work, but I have no clue what do to. Is there something more in-depth I can read up on and understand what I need to do to get it to work?