Always load vim-rails for now

This commit is contained in:
Daniel Lynn 2021-08-06 13:21:43 -05:00
parent 0099ef2c2e
commit 8e488b12b3
Signed by: daniel
GPG Key ID: 28496A140E180A9D

View File

@ -8,7 +8,7 @@ Plug 'ron-rs/ron.vim', { 'for': 'ron' }
Plug 'tommcdo/vim-exchange'
Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-projectionist'
Plug 'tpope/vim-rails', { 'for': 'ruby' }
Plug 'tpope/vim-rails'
Plug 'tpope/vim-repeat'
Plug 'tpope/vim-surround'
Plug 'vim-test/vim-test'