feat: nvim html formatting

This commit is contained in:
Max Hohlfeld 2025-05-04 21:58:02 +02:00
parent 51e363555e
commit f21ddbdee0

View File

@ -176,7 +176,14 @@ lsp.csharp_ls.setup {
lsp.html.setup {
on_attach = on_attach,
capabilities = capabilities,
filetypes = { "html", "htmldjango" }
filetypes = { "html", "htmldjango" },
settings = {
html = {
format = {
wrapAttributes = "preserve-aligned"
}
}
}
}
lsp.lua_ls.setup {