/deoplete-ruby

Deoplete sources for ruby language

Primary LanguageVim script

Deoplete-Ruby Completion

Just a source for Deoplete provide the core Ruby methods, super simple and use a text file as source

This is the working version.

# Developed and tested on:
NVIM 0.1.4 (not tested on VIM!)

Here is deoplete with rcodetools

Getting started

Add to Plug package manager or any other:

call plug#begin('~/.vim/plugged')

" Make sure you use single quotes
function! DoRemote(arg)
  UpdateRemotePlugins
endfunction
Plug 'Shougo/deoplete.nvim', { 'do': function('DoRemote') }
Plug 'fishbullet/deoplete-ruby'

call plug#end()

Contributing

Feel free to send a pull request 😝!

TODO

  • Add more completion sources
  • Completes for omni candidates
  • ... 👌 ...