VIM: fix mapleader

This commit is contained in:
Tobias Manske 2019-11-17 20:47:04 +01:00
parent 7793b50ba4
commit c68af308c8
No known key found for this signature in database
GPG Key ID: 978D99F12D4E041F

View File

@ -61,6 +61,7 @@ set noerrorbells
set novisualbell set novisualbell
set t_vb= set t_vb=
set tm=500 set tm=500
let mapleader=","
" Apply plugin configurations " Apply plugin configurations
source ~/.vim/config/pluginconfig.vim source ~/.vim/config/pluginconfig.vim