This repository has been archived on 2021-12-21. You can view files and clone it, but cannot push or open issues/pull-requests.
|
" Change leader key to space
|
|
" Map leader to space
|
|
let g:mapleader = ' '
|
|
" Map local leader to tab
|
|
let g:maplocalleader = "\<tab>"
|
|
|
|
" Source plugins
|
|
runtime! init/*.vim
|