# HG changeset patch # User Meredith Howard # Date 1405748158 14400 # Node ID 6d6751c819ad4c9030ada5b799f899e92d484c91 # Parent 599b1b2794782d347ce2bb6ae8713ac2d9a5718c Add ag and matchit.vim to make % matching nicer diff --git a/.vimrc b/.vimrc --- a/.vimrc +++ b/.vimrc @@ -69,6 +69,7 @@ end Plugin 'Shougo/neocomplcache.vim' Plugin 'c9s/perlomni.vim' + Plugin 'rking/ag.vim' Plugin 'tpope/vim-fugitive' Plugin 'ludovicchabant/vim-lawrencium' @@ -78,6 +79,7 @@ end Plugin 'vim-ruby/vim-ruby' Plugin 'vim-perl/vim-perl' + if installed_vundle == 1 echo "Installing Plugins, please ignore key map error messages" echo "" @@ -166,6 +168,9 @@ else set wildignore+=.git\*,.hg\*,.svn\* endif +" Enable enhanced % matching in ruby +runtime macros/matchit.vim + " Don't assume to scan includes when autocompleting set cpt-=i