aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 19c5391d..d0ef99ec 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -54,6 +54,9 @@ set history=1000
set nolist
nnoremap <leader>l :set list!<CR>
+" Matching
+silent! runtime macros/matchit.vim
+
" Miscellaneous
set backspace=indent,eol,start
set modelines=0