aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/templ.lua
blob: b907abd7114bc3cce8aa12e6b25a60475ce32c8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---@brief
---
-- https://templ.guide
--
-- The official language server for the templ HTML templating language.
return {
  cmd = { 'templ', 'lsp' },
  filetypes = { 'templ' },
  root_markers = { 'go.work', 'go.mod', '.git' },
}