diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/superhtml.lua')
| -rw-r--r-- | lsp/superhtml.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/superhtml.lua b/lsp/superhtml.lua index 581e4ce5..b6083a10 100644 --- a/lsp/superhtml.lua +++ b/lsp/superhtml.lua @@ -15,6 +15,7 @@ --- filetypes = { 'superhtml' } --- }) --- ``` +---@type vim.lsp.Config return { cmd = { 'superhtml', 'lsp' }, filetypes = { 'superhtml', 'html' }, |
