]> git.phdru.name Git - dotfiles.git/commitdiff
.vimrc: use matchit plugin
authorOleg Broytman <phd@phdru.name>
Sun, 3 Jan 2016 21:18:17 +0000 (00:18 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 3 Jan 2016 21:18:17 +0000 (00:18 +0300)
.vimrc

diff --git a/.vimrc b/.vimrc
index 9dd4900f4fdd72b0b1122e84a9c0b3c5b638c073..940159b45f9e6bd7309cd39a9aa6663c481ce8ba 100644 (file)
--- a/.vimrc
+++ b/.vimrc
@@ -267,6 +267,8 @@ nmap \ss :syntax sync fromstart<Enter>
 " Enable filetype detection
 filetype plugin indent on
 
+runtime macros/matchit.vim
+
 " Reread me after editing
 autocmd BufWritePost ~/.vimrc source ~/.vimrc | syntax on