diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/bzl.lua')
| -rw-r--r-- | lsp/bzl.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/bzl.lua b/lsp/bzl.lua index 565f7cbd..a9b10077 100644 --- a/lsp/bzl.lua +++ b/lsp/bzl.lua @@ -5,6 +5,7 @@ --- https://docs.stack.build/docs/cli/installation --- --- https://docs.stack.build/docs/vscode/starlark-language-server +---@type vim.lsp.Config return { cmd = { 'bzl', 'lsp', 'serve' }, filetypes = { 'bzl' }, |
