7 lines
164 B
VimL
7 lines
164 B
VimL
|
" Change leader key to space
|
||
|
" I run this before anything else so that <leader> is always the right value
|
||
|
let mapleader = ' '
|
||
|
|
||
|
" Source plugins
|
||
|
runtime! init/*.vim
|