summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vimrc4
1 files changed, 3 insertions, 1 deletions
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