diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/jdtls.lua')
| -rw-r--r-- | lsp/jdtls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/jdtls.lua b/lsp/jdtls.lua index e9cce6a9..4a57aa67 100644 --- a/lsp/jdtls.lua +++ b/lsp/jdtls.lua @@ -109,6 +109,7 @@ local function on_language_status(_, result) command 'echohl None' end +---@type vim.lsp.Config return { cmd = { 'jdtls', |
