Skip to content
This repository was archived by the owner on Mar 31, 2020. It is now read-only.

roman-kiselenko/deoplete-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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
  • ... 👌 ...

About

Deoplete sources for ruby language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •