dotfiles/nvim/lib/languages/html.vim

5 lines
112 B
VimL
Raw Normal View History

2019-06-20 23:27:47 +00:00
if !g:vim_ide | finish | endif
call coc#add_extension('coc-html', 'coc-emmet')
let g:coc_filetypes += ['html']