Add support for HTMLHint diagnostics #299
Description
Issues
- I have checked existing issues and there are no existing ones with the same request.
Feature description
i tried to add a custom linter for html [htmlhint] i don't have deep understanding of the nvim so i read the wiki and then tried to add the html hint as a linter for html this is the table for htmlhint i don't know it attaches the htmlhint to the html files but does not gives me the dignostics
https://github.com/imSafdarAwan/Dfiles/blob/19a6c7282a5f78cf0a3fa4d367c3127ef4327f85/nvim/.config/nvim/lua/lsp/null_ls.lua#L35
Help
Yes, but I don't know how to start. I would need guidance
Implementation help
just need to know what mistake i am making or maybe some additional resources i could read and learn about this and implement it [NOTE: i am trying to dig deep into the nvim i recently started learning lua and i would be happy if you recomend some resources for me to learn about these things]