aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToni Hermoso Pulido <toniher@cau.cat>2026-03-17 21:52:00 +0100
committerGitHub <noreply@github.com>2026-03-17 16:52:00 -0400
commitee95f2df3712b1fa92a0b39157bfc18cc9ab0049 (patch)
tree27d9fbcc254e66f9db02fd4f6e8777547cc23e8b
parentdocs: update configs.md (diff)
downloadnvim-lspconfig-ee95f2df3712b1fa92a0b39157bfc18cc9ab0049.tar
nvim-lspconfig-ee95f2df3712b1fa92a0b39157bfc18cc9ab0049.tar.gz
nvim-lspconfig-ee95f2df3712b1fa92a0b39157bfc18cc9ab0049.tar.bz2
nvim-lspconfig-ee95f2df3712b1fa92a0b39157bfc18cc9ab0049.tar.lz
nvim-lspconfig-ee95f2df3712b1fa92a0b39157bfc18cc9ab0049.tar.xz
nvim-lspconfig-ee95f2df3712b1fa92a0b39157bfc18cc9ab0049.tar.zst
nvim-lspconfig-ee95f2df3712b1fa92a0b39157bfc18cc9ab0049.zip
fix(nextflow_ls): update cmd #4349
-rw-r--r--lsp/nextflow_ls.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lsp/nextflow_ls.lua b/lsp/nextflow_ls.lua
index f2635117..a1d1efe7 100644
--- a/lsp/nextflow_ls.lua
+++ b/lsp/nextflow_ls.lua
@@ -11,7 +11,7 @@
---
--- ```lua
--- vim.lsp.config('nextflow_ls', {
---- cmd = { 'java', '-jar', 'nextflow-language-server-all.jar' },
+--- cmd = { 'nextflow-language-server' },
--- filetypes = { 'nextflow' },
--- settings = {
--- nextflow = {
@@ -25,7 +25,7 @@
---@type vim.lsp.Config
return {
- cmd = { 'java', '-jar', 'nextflow-language-server-all.jar' },
+ cmd = { 'nextflow-language-server' },
filetypes = { 'nextflow' },
root_markers = { 'nextflow.config', '.git' },
settings = {