feat: nvim html formatting
This commit is contained in:
parent
51e363555e
commit
f21ddbdee0
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user