843d1ca3a1
Signed-off-by: Timothy Pidashev <mail@timmypidashev.dev>
11 lines
317 B
Lua
11 lines
317 B
Lua
return {
|
|
cmd = { "vscode-html-language-server", "--stdio" },
|
|
filetypes = { "html", "templ" },
|
|
root_markers = { "package.json", ".git" },
|
|
init_options = {
|
|
configurationSection = { "html", "css", "javascript" },
|
|
embeddedLanguages = { css = true, javascript = true },
|
|
provideFormatter = true,
|
|
},
|
|
}
|