diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/kotlin_lsp.lua')
| -rw-r--r-- | lsp/kotlin_lsp.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/kotlin_lsp.lua b/lsp/kotlin_lsp.lua index a36faa8e..04e6b6e6 100644 --- a/lsp/kotlin_lsp.lua +++ b/lsp/kotlin_lsp.lua @@ -7,6 +7,7 @@ -- -- These are configuration files for the various build systems supported by -- Kotlin. +---@type vim.lsp.Config return { filetypes = { 'kotlin' }, cmd = { 'kotlin-lsp', '--stdio' }, |
