diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/diagnosticls.lua')
| -rw-r--r-- | lsp/diagnosticls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/diagnosticls.lua b/lsp/diagnosticls.lua index f4a93916..b9cee6b3 100644 --- a/lsp/diagnosticls.lua +++ b/lsp/diagnosticls.lua @@ -3,6 +3,7 @@ --- https://github.com/iamcco/diagnostic-languageserver --- --- Diagnostic language server integrate with linters. +---@type vim.lsp.Config return { -- Configuration from https://github.com/iamcco/diagnostic-languageserver#config--document cmd = { 'diagnostic-languageserver', '--stdio' }, |
