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:
parent
9d4bfd57e2
commit
efb7a8e34f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user