Migrated vim+vundle config to neovim+plug
This commit is contained in:
commit
b531014a99
20 changed files with 2861 additions and 0 deletions
12
after/ftplugin/ruby.vim
Normal file
12
after/ftplugin/ruby.vim
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue