summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 2d0bc24..f641528 100644
--- a/vimrc
+++ b/vimrc
@@ -517,6 +517,13 @@ nmap <silent><Leader>s :syntax sync fromstart<CR>
" }}}
" }}}
" Plugin settings {{{
+" pathogen {{{
+runtime bundle/pathogen/autoload/pathogen.vim
+call pathogen#infect()
+" }}}
+" matchit {{{
+runtime macros/matchit.vim
+" }}}
" tComment {{{
map ;x gcc
vmap ;x gc