From: Oleg Broytman Date: Sun, 3 Jan 2016 21:18:17 +0000 (+0300) Subject: .vimrc: use matchit plugin X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=42fe3274de74b90cf6707133b79ca725f1f712c3 .vimrc: use matchit plugin --- diff --git a/.vimrc b/.vimrc index 9dd4900..940159b 100644 --- a/.vimrc +++ b/.vimrc @@ -267,6 +267,8 @@ nmap \ss :syntax sync fromstart " Enable filetype detection filetype plugin indent on +runtime macros/matchit.vim + " Reread me after editing autocmd BufWritePost ~/.vimrc source ~/.vimrc | syntax on