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
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()Feel free to send a pull request 😝!
- Add more completion sources
- Completes for omni candidates
- ... 👌 ...