diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/nextflow_ls.lua')
| -rw-r--r-- | lsp/nextflow_ls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/nextflow_ls.lua b/lsp/nextflow_ls.lua index 8871b332..04685e7c 100644 --- a/lsp/nextflow_ls.lua +++ b/lsp/nextflow_ls.lua @@ -22,6 +22,7 @@ --- }, --- }) --- ``` +---@type vim.lsp.Config return { cmd = { 'java', '-jar', 'nextflow-language-server-all.jar' }, filetypes = { 'nextflow' }, |
