aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/config/leader.vim5
-rw-r--r--vim/vimrc6
2 files changed, 6 insertions, 5 deletions
diff --git a/vim/config/leader.vim b/vim/config/leader.vim
deleted file mode 100644
index e17aed06..00000000
--- a/vim/config/leader.vim
+++ /dev/null
@@ -1,5 +0,0 @@
-" Use different keys for global and local leaders
-if has('eval')
- let g:mapleader = '\'
- let g:maplocalleader = '_'
-endif
diff --git a/vim/vimrc b/vim/vimrc
index eab24946..a44c5d2f 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1,3 +1,9 @@
+" Use different keys for global and local leaders
+if has('eval')
+ let g:mapleader = '\'
+ let g:maplocalleader = '_'
+endif
+
" Load configuration files from ~/.vim/config or its analogue, before Pathogen
" loads all its directories into 'runtimepath'
runtime! config/*.vim