From 2f68e0389d4078bd3cbdb55e62b4d5b4f501bb35 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 29 Oct 2017 18:07:37 -0400 Subject: load matchit like a normal plugin --- vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index e958161..9b55366 100644 --- a/vimrc +++ b/vimrc @@ -91,6 +91,9 @@ else let g:gundo_disable = 1 endif " }}} +" matchit {{{ +packadd! matchit +" }}} " multiple-cursors " neosnippet {{{ let g:neosnippet#snippets_directory = '~/.vim/snippets' @@ -149,7 +152,6 @@ let g:Textobj_defs = [ \] " }}} " Load plugins that don't use vim's format {{{ -runtime macros/matchit.vim " just loading this directly from the plugin directory fails because language " syntax files override the highlighting " using BufWinEnter because that is run after modelines are run (so it catches -- cgit v1.2.3-54-g00ecf