dotfiles/nvim/lib/languages/html.vim

3 lines
80 B
VimL
Raw Normal View History

call coc#add_extension('coc-html', 'coc-emmet')
let g:coc_filetypes += ['html']