Skip to content

Instantly share code, notes, and snippets.

@haya14busa
Last active August 29, 2015 14:18
Show Gist options
  • Save haya14busa/20dad79e0531640a08e8 to your computer and use it in GitHub Desktop.
Save haya14busa/20dad79e0531640a08e8 to your computer and use it in GitHub Desktop.

Ruby ことのはじめ

gem install pry pry-doc
gem install rubocop
gem install rcodetools
gem install refe2
bitclust setup

Vim

Completion

let g:neocomplete#sources#omni#input_patterns = {
\ 'ruby' : '[^. *\t]\.\w*\|\h\w*::',
\}

NeoBundleLazy 'osyo-manga/vim-monster', {
\   'autoload' : {'filetypes' : 'ruby'}
\ }

Document

:Ref refe Array
" or
:Unite ref/refe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment