diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/vacuum.lua')
| -rw-r--r-- | lsp/vacuum.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/vacuum.lua b/lsp/vacuum.lua index 709f8b0b..ca726081 100644 --- a/lsp/vacuum.lua +++ b/lsp/vacuum.lua @@ -14,6 +14,7 @@ --- }, --- } --- ``` +---@type vim.lsp.Config return { cmd = { 'vacuum', 'language-server' }, filetypes = { 'yaml.openapi', 'json.openapi' }, |
