diff options
author | Nick Van Doorn <nick@nv.delivery> | 2021-08-24 13:18:15 -0700 |
---|---|---|
committer | Nick Van Doorn <nick@nv.delivery> | 2021-08-24 13:18:15 -0700 |
commit | 8e7d06df61e3ecce6e8e6effd972bcc43da8c882 (patch) | |
tree | dbc0da8ea5c2c67bdd25d360d261281a1c47336e /init.vim | |
parent | fb9355053474a73808bf058c74fe4862c18077a9 (diff) |
Add `vim-rails`
Thank you @tpope!
Diffstat (limited to 'init.vim')
-rw-r--r-- | init.vim | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ Plug 'tpope/vim-commentary' Plug 'tpope/vim-surround' Plug 'tpope/vim-fugitive' Plug 'tpope/vim-projectionist' +Plug 'tpope/vim-rails' Plug 'thoughtbot/vim-rspec' Plug 'sjl/splice.vim' |