mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
4 lines
112 B
VimL
4 lines
112 B
VimL
if !g:vim_ide | finish | endif
|
|
|
|
call coc#add_extension('coc-html', 'coc-emmet')
|
|
let g:coc_filetypes += ['html']
|