summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-10-29 18:07:37 -0400
committerJesse Luehrs <doy@tozt.net>2017-10-29 19:03:53 -0400
commit2f68e0389d4078bd3cbdb55e62b4d5b4f501bb35 (patch)
treecfad3222a542dd296e82fda98364f32b0e5d023d /vimrc
parent60e7d232fdb1e21ce9c50aeca519fe0a02207267 (diff)
downloadconf-2f68e0389d4078bd3cbdb55e62b4d5b4f501bb35.tar.gz
conf-2f68e0389d4078bd3cbdb55e62b4d5b4f501bb35.zip
load matchit like a normal plugin
Diffstat (limited to 'vimrc')
-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