mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 05:50:05 +08:00
fix(lang#html): fix emmet leader key setting
close: https://github.com/SpaceVim/SpaceVim/issues/4552 ref: https://github.com/SpaceVim/SpaceVim/pull/4451
This commit is contained in:
parent
76d9a53aa8
commit
7e77fd9fb4
@ -58,7 +58,7 @@ function! SpaceVim#layers#lang#html#plugins() abort
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! SpaceVim#layers#lang#html#config() abort
|
function! SpaceVim#layers#lang#html#config() abort
|
||||||
let g:emmet_leader_key = s:emmet_leader_key
|
let g:user_emmet_leader_key = s:emmet_leader_key
|
||||||
augroup spacevim_lang_html
|
augroup spacevim_lang_html
|
||||||
autocmd!
|
autocmd!
|
||||||
exe printf('autocmd FileType %s call s:install_emmet()', join(s:emmet_filetyps, ','))
|
exe printf('autocmd FileType %s call s:install_emmet()', join(s:emmet_filetyps, ','))
|
||||||
|
Loading…
Reference in New Issue
Block a user