aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index b64e4290..a6a67dc7 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -7,6 +7,10 @@ if has('multi_byte')
scriptencoding utf-8
endif
+" Load configuration files from ~/.vim/config or its analogue, before Pathogen
+" loads all its directories into 'runtimepath'
+runtime config/*.vim
+
" If our version isn't ancient and Pathogen is available, call it to load all
" the plugins in .vim/bundle; these are saved as submodules
if v:version >= 701