Disable formatting for template strings
This commit is contained in:
parent
8b7ad62cff
commit
3b50e0ee67
1 changed files with 7 additions and 0 deletions
|
|
@ -83,6 +83,13 @@ nvim_lsp.html.setup {
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
capabilities = snippet_capabilities,
|
capabilities = snippet_capabilities,
|
||||||
filetypes = { 'html', 'htmldjango' },
|
filetypes = { 'html', 'htmldjango' },
|
||||||
|
settings = {
|
||||||
|
html = {
|
||||||
|
format = {
|
||||||
|
templating = true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
nvim_lsp.cssls.setup {
|
nvim_lsp.cssls.setup {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue