1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Enable embeded lua highlight in vim script

This commit is contained in:
jdhao 2021-04-06 01:31:38 +08:00
parent 9d4bfd57e2
commit efb7a8e34f

View File

@ -26,6 +26,9 @@ endif
" Custom mapping <leader> (see `:h mapleader` for more info)
let mapleader = ','
" Enable highlighting for lua HERE doc inside vim script
let g:vimsyn_embed = 'l'
"}}
"{{ Disable loading certain plugins