✨ feat(nvim): add htmlhint linter
This commit is contained in:
parent
34d7f90b3c
commit
78cbef0927
1 changed files with 9 additions and 0 deletions
|
@ -48,9 +48,18 @@ return {
|
|||
"html-lsp",
|
||||
"cssmodules-language-server",
|
||||
"css-lsp",
|
||||
"htmlhint",
|
||||
})
|
||||
end,
|
||||
},
|
||||
{
|
||||
"mfussenegger/nvim-lint",
|
||||
opts = function(_, opts)
|
||||
opts.linters_by_ft.html = opts.linters_by_ft.html or {}
|
||||
table.insert(opts.linters_by_ft.html, "htmlhint")
|
||||
return opts
|
||||
end,
|
||||
},
|
||||
{
|
||||
"luckasRanarison/nvim-devdocs",
|
||||
optional = true,
|
||||
|
|
Loading…
Add table
Reference in a new issue