Change setting leader

This commit is contained in:
Kenneth Benzie 2016-12-30 16:27:46 +00:00
parent 3651e021a5
commit 0ac64c7215

2
vimrc
View File

@ -1,5 +1,5 @@
" Set leader to space
let mapleader=" "
let mapleader = ' '
" Plugins
call plug#begin('~/.vim/plugs')