Disable formatting for template strings

This commit is contained in:
Sonny Bakker 2025-03-26 10:16:52 +01:00
parent 8b7ad62cff
commit 3b50e0ee67

View file

@ -83,6 +83,13 @@ nvim_lsp.html.setup {
on_attach = on_attach,
capabilities = snippet_capabilities,
filetypes = { 'html', 'htmldjango' },
settings = {
html = {
format = {
templating = true
}
}
}
}
nvim_lsp.cssls.setup {