diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/azure_pipelines_ls.lua')
| -rw-r--r-- | lsp/azure_pipelines_ls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/azure_pipelines_ls.lua b/lsp/azure_pipelines_ls.lua index ade47ebb..d21de4cf 100644 --- a/lsp/azure_pipelines_ls.lua +++ b/lsp/azure_pipelines_ls.lua @@ -29,6 +29,7 @@ --- }) --- ``` --- The Azure Pipelines LSP is a fork of `yaml-language-server` and as such the same settings can be passed to it as `yaml-language-server`. +---@type vim.lsp.Config return { cmd = { 'azure-pipelines-language-server', '--stdio' }, filetypes = { 'yaml' }, |
