mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-05 00:41:44 +05:30
10 lines
209 B
Lua
10 lines
209 B
Lua
return {
|
|
cmd = { "vscode-html-language-server", "--stdio" },
|
|
filetypes = { "html", "twig", "hbs" },
|
|
settings = {
|
|
html = {
|
|
format = { wrapLineLength = 120 },
|
|
},
|
|
},
|
|
}
|