dotfiles/nvim/lsp/templ.lua
2026-04-13 00:30:14 +00:00

6 lines
146 B
Lua

---@type vim.lsp.Config
return {
cmd = { "templ", "lsp" },
filetypes = { "templ" },
root_markers = { "go.mod", "go.work", ".git" },
}