neoclide / coc-html

Html language server extension for coc.nvim.
208 stars 6 forks source link

Add linter support #14

Closed jmolero closed 4 years ago

jmolero commented 4 years ago

Thank for making this extension.

I tried the formatter and it works great but it stopped working after adding htmltidy as a coc-diagnostic linter.

Would it be possible to have both working at the same time? Or maybe coc-html should provide a linter instead of having to set it "manually" using coc-diagnostic.

chemzqm commented 4 years ago

It has limited lint support, it won't use tools like htmltidy

jmolero commented 4 years ago

Ok. Thanks anyway.