Add ag and matchit.vim to make % matching nicer

Sat, 19 Jul 2014 01:35:58 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Sat, 19 Jul 2014 01:35:58 -0400
changeset 115
6d6751c819ad
parent 114
599b1b279478
child 116
5941d66ecc4b

Add ag and matchit.vim to make % matching nicer

.vimrc file | annotate | diff | comparison | revisions
--- 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
 

mercurial