figured out html stuff

This commit is contained in:
Jimmy Bates 2024-04-25 23:12:32 -07:00
parent e82a5f92bf
commit a5968ab027
2 changed files with 47 additions and 45 deletions

View file

@ -11,7 +11,7 @@ return {
-- c = { 'cppcheck' },
javascript = { 'eslint' },
css = { 'stylelint' },
html = { 'tidy' },
html = { 'djlint' },
}
-- To allow other plugins to add linters to require('lint').linters_by_ft,