diff options
| author | jdhao <jdhao@hotmail.com> | 2021-12-29 00:42:00 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-12-29 00:42:00 +0800 |
| commit | 54430788052c9cff0c26118cd3d654978c1f0a91 (patch) | |
| tree | 3071f4c3fa7343e103f98b3ff9435558d55a42cd /core | |
| parent | dcffbf9a71be602c9aee6956d171c7fa9ff3c164 (diff) | |
g:mapleader
Diffstat (limited to 'core')
| -rw-r--r-- | core/globals.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/globals.vim b/core/globals.vim index 7ce5bde..47e6468 100644 --- a/core/globals.vim +++ b/core/globals.vim @@ -34,7 +34,7 @@ else endif " Custom mapping <leader> (see `:h mapleader` for more info) -let mapleader = ',' +let g:mapleader = ',' " Enable highlighting for lua HERE doc inside vim script let g:vimsyn_embed = 'l' |
