diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/htmx.lua')
| -rw-r--r-- | lsp/htmx.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/htmx.lua b/lsp/htmx.lua index 2d20714b..d7561cad 100644 --- a/lsp/htmx.lua +++ b/lsp/htmx.lua @@ -8,6 +8,7 @@ --- ``` --- --- Lsp is still very much work in progress and experimental. Use at your own risk. +---@type vim.lsp.Config return { cmd = { 'htmx-lsp' }, filetypes = { -- filetypes copied and adjusted from tailwindcss-intellisense |
