mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-10 07:06:39 -05:00
6 lines
209 B
VimL
6 lines
209 B
VimL
let g:use_emmet_complete_tag=1
|
|
let g:user_emmet_mode='a'
|
|
|
|
if filereadable("~/.vim/snippets.json")
|
|
let g:user_emmet_settings = webapi#json#decode(join(readfile(expand('~/.vim/snippets.json')), "\n"))
|
|
endif
|