coc-angular
coc-angular copied to clipboard
fix(ft): add htmlangular filetype to support newer nvim versions
Neovim now detects the angular component files and sets htmlangular as the filetype. This caused coc-angular to not be loaded in the template files as it looked for the 'html' filetype.
Retaining 'html' as well supports both older and newer configs.
Fixes #78