6 lines
159 B
Lua
6 lines
159 B
Lua
|
|
return {
|
||
|
|
'vim-ruby/vim-ruby',
|
||
|
|
'tpope/vim-rails', -- helpers Econtroller Emodel, Eview and other rails tools
|
||
|
|
'tpope/vim-endwise', -- autoclose function
|
||
|
|
}
|