mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Update submodules and don't specify language for emmet (this is producing errors for whatever reason)
This commit is contained in:
parent
cbb14fcc90
commit
bff9d7c3dc
4 changed files with 3 additions and 6 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 275044261ff1865f3c05ecaf0f5dcc3efd81975d
|
Subproject commit fad95120e73ce25205ce6de10c608b6ae700c897
|
|
@ -1 +1 @@
|
||||||
Subproject commit 5f50a0d0fac1bcfa3cfd082d93e5cbceee3ac752
|
Subproject commit 997c4ba572d401fd2de865eab3be25a4ead31f78
|
|
@ -1 +1 @@
|
||||||
Subproject commit 2bb17b766321270d45a9bbe5b57f90aaf45011c2
|
Subproject commit bd4da0e28b345c2d373f846a7a6fbc0785b5ca06
|
|
@ -64,12 +64,9 @@ scriptencoding utf-8
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
"EMMET: {{{
|
"EMMET: {{{
|
||||||
let g:user_emmet_install_global=0
|
|
||||||
let g:use_emmet_complete_tag=1
|
let g:use_emmet_complete_tag=1
|
||||||
let g:user_emmet_mode='a'
|
let g:user_emmet_mode='a'
|
||||||
|
|
||||||
autocmd FileType aspnet,blade,html,xhtml,php,css,javascript,json EmmetInstall
|
|
||||||
|
|
||||||
if filereadable("~/.vim/snippets.json")
|
if filereadable("~/.vim/snippets.json")
|
||||||
let g:user_emmet_settings = webapi#json#decode(join(readfile(expand('~/.vim/snippets.json')), "\n"))
|
let g:user_emmet_settings = webapi#json#decode(join(readfile(expand('~/.vim/snippets.json')), "\n"))
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue