diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/bicep.lua')
| -rw-r--r-- | lsp/bicep.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/bicep.lua b/lsp/bicep.lua index fe3ddb14..270d5671 100644 --- a/lsp/bicep.lua +++ b/lsp/bicep.lua @@ -31,6 +31,7 @@ --- && rm -rf /usr/local/bin/bicep-langserver \ --- && unzip -d /usr/local/bin/bicep-langserver bicep-langserver.zip) --- ``` +---@type vim.lsp.Config return { filetypes = { 'bicep', 'bicep-params' }, root_markers = { '.git' }, |
