mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
Use enhanced vim-ruby
This commit is contained in:
parent
9a83739d8b
commit
d787ed915b
1 changed files with 2 additions and 1 deletions
|
|
@ -53,7 +53,8 @@ Plug 'LnL7/vim-nix' , { 'for': 'nix' }
|
||||||
Plug 'toyamarinyon/vim-swift' , { 'for': 'swift' }
|
Plug 'toyamarinyon/vim-swift' , { 'for': 'swift' }
|
||||||
Plug 'jjo/vim-cue' , { 'for': 'cue' }
|
Plug 'jjo/vim-cue' , { 'for': 'cue' }
|
||||||
Plug 'ionide/Ionide-vim' , { 'for': 'fs' }
|
Plug 'ionide/Ionide-vim' , { 'for': 'fs' }
|
||||||
Plug 'pocke/rbs.vim' , { 'for': 'rbs' }
|
"Plug 'pocke/rbs.vim' , { 'for': 'rbs' }
|
||||||
|
Plug 'jlcrochet/vim-ruby' ", { 'for': ['rb', 'rbs', 'erb' }
|
||||||
|
|
||||||
" Text objects
|
" Text objects
|
||||||
Plug 'vim-scripts/argtextobj.vim' " arguments
|
Plug 'vim-scripts/argtextobj.vim' " arguments
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue