From b5483ee789abfb0d15bc0819111b6214b987f6a9 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Tue, 23 Feb 2016 22:21:08 -0800 Subject: [PATCH] Adding ruby support --- .vim/plugins.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/plugins.vim b/.vim/plugins.vim index dcff837..d48f102 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -26,6 +26,7 @@ Plug 'https://github.com/tpope/vim-abolish.git' Plug 'https://github.com/tpope/vim-commentary.git' Plug 'https://github.com/tpope/vim-eunuch.git' Plug 'https://github.com/tpope/vim-fugitive.git' +Plug 'https://github.com/tpope/vim-rails.git' Plug 'https://github.com/tpope/vim-repeat' Plug 'https://github.com/tpope/vim-speeddating.git' Plug 'https://github.com/tpope/vim-surround'