843d1ca3a1
Signed-off-by: Timothy Pidashev <mail@timmypidashev.dev>
6 lines
125 B
Lua
6 lines
125 B
Lua
return {
|
|
cmd = { "htmx-lsp" },
|
|
filetypes = { "html", "templ" },
|
|
root_markers = { "package.json", "go.mod", ".git" },
|
|
}
|