This commit is contained in:
Belal Elsabbagh
2025-02-20 21:07:50 +02:00
parent 362316edb4
commit 7ea1f6b6f8
2 changed files with 21 additions and 0 deletions

View File

@@ -91,6 +91,25 @@ return {
},
capabilities = capabilities,
},
html = {
filetypes = { 'html' },
capabilities = capabilities,
opts = {
settings = {
html = {
format = {
templating = true,
wrapLineLength = 120,
wrapAttributes = 'auto',
},
hover = {
documentation = true,
references = true,
},
},
},
},
},
biome = {
capabilities = capabilities,
},