From 1f0d935257fb085b97f84b02987478a33ec9f8ec Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 27 Feb 2016 19:32:52 -0800 Subject: [PATCH] Tweaks for Ruby --- .vim/plugins.vim | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.vim/plugins.vim b/.vim/plugins.vim index d48f102..3d0a188 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -23,6 +23,7 @@ Plug 'https://github.com/plasticboy/vim-markdown.git' Plug 'https://github.com/rust-lang/rust.vim' Plug 'https://github.com/tomasr/molokai.git' Plug 'https://github.com/tpope/vim-abolish.git' +Plug 'https://github.com/tpope/vim-bundler.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' @@ -64,6 +65,10 @@ let g:go_fmt_command = 'goimports' let g:licenses_authors_name = 'Alex Yatskov ' let g:licenses_copyright_holders_name = g:licenses_authors_name +" vim-rails +let g:rubycomplete_buffer_loading = 1 +let g:rubycomplete_classes_in_global = 1 + " vim-table-mode let g:table_mode_corner = '|'