summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 049213a..a3945e9 100644
--- a/.vimrc
+++ b/.vimrc
@@ -219,3 +219,8 @@ nnoremap <C-n> :call NumberToggle()<cr>
" external functions
" ==================
source ~/.vim/hicursorwords.vim
+
+" ==================
+" pathogen toolchain
+" ==================
+execute pathogen#infect()