diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/templ.lua')
| -rw-r--r-- | lsp/templ.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/templ.lua b/lsp/templ.lua index ea4fdc3a..d7536e1c 100644 --- a/lsp/templ.lua +++ b/lsp/templ.lua @@ -3,6 +3,7 @@ --- https://templ.guide --- --- The official language server for the templ HTML templating language. +---@type vim.lsp.Config return { cmd = { 'templ', 'lsp' }, filetypes = { 'templ' }, |
