6 lines
146 B
Lua
6 lines
146 B
Lua
---@type vim.lsp.Config
|
|
return {
|
|
cmd = { "templ", "lsp" },
|
|
filetypes = { "templ" },
|
|
root_markers = { "go.mod", "go.work", ".git" },
|
|
}
|