chezmoi/private_dot_config/nvim/lua/plugins/ruby.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
}