Migrated vim+vundle config to neovim+plug

This commit is contained in:
crater2150 2016-12-02 15:43:47 +01:00
commit b531014a99
20 changed files with 2861 additions and 0 deletions

12
after/ftplugin/ruby.vim Normal file
View file

@ -0,0 +1,12 @@
setl sts=2
setl sw=2
setl expandtab
setl omnifunc=rubycomplete#Complete
let g:rubycomplete_buffer_loading = 1
let g:rubycomplete_classes_in_global = 1
nmap K :!ri <cword><cr>
hi link rubySymbol Special
source $MYVIMDIR/bundle/ri-browser/ftplugin/ri.vim