From ff10b110b5c54bf47cac142613919934238ba7ba Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Tue, 12 Apr 2016 15:30:34 -0400 Subject: Enable the matchit plugin --- init.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.vim b/init.vim index 0204567..f50ae38 100644 --- a/init.vim +++ b/init.vim @@ -1,5 +1,8 @@ execute pathogen#infect('bundle/{}', 'themes/{}') +" Maily for the ability to match HTML tags with '%' +runtime macros/matchit.vim + " My old standard theme colorscheme distinguished " colorscheme solarized -- cgit v1.2.3