From 1d77bd86e1c3eaa777010c95dad455b83823f247 Mon Sep 17 00:00:00 2001 From: Yen-Chung Chen Date: Sat, 25 Oct 2025 15:33:14 -0400 Subject: feat(nextflow_ls): add cmd override for Mason compatibility (#622) nvim-lspconfig's default cmd for nextflow_ls uses a hardcoded JAR path that doesn't work with Mason's installation. Mason installs the server as a wrapper script named 'nextflow-language-server'. This adds a cmd override to use Mason's wrapper, following the same pattern as other servers like r_language_server. --- lua/mason-lspconfig/lsp/nextflow_ls.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lua/mason-lspconfig/lsp/nextflow_ls.lua (limited to 'lua') diff --git a/lua/mason-lspconfig/lsp/nextflow_ls.lua b/lua/mason-lspconfig/lsp/nextflow_ls.lua new file mode 100644 index 0000000..e76f1a4 --- /dev/null +++ b/lua/mason-lspconfig/lsp/nextflow_ls.lua @@ -0,0 +1,3 @@ +return { + cmd = { "nextflow-language-server" }, +} -- cgit v1.2.3-70-g09d2