mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
6 lines
213 B
VimL
6 lines
213 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
|