Skip to content

Commit ec4d829

Browse files
committed
refactor(nextflow): nextflow_ls merged upstream
1 parent c811f17 commit ec4d829

File tree

1 file changed

+0
-29
lines changed
  • lua/astrocommunity/pack/nextflow

1 file changed

+0
-29
lines changed

lua/astrocommunity/pack/nextflow/init.lua

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -9,35 +9,6 @@ return {
99
} } },
1010
},
1111
{ "nextflow-io/vim-language-nextflow", ft = "nextflow" },
12-
{
13-
"AstroNvim/astrolsp",
14-
---@type AstroLSPOpts
15-
opts = {
16-
---@diagnostic disable-next-line: missing-fields
17-
config = {
18-
nextflow_ls = {
19-
cmd = {
20-
"java",
21-
"-jar",
22-
"nextflow-language-server.jar",
23-
},
24-
filetypes = { "nextflow" },
25-
root_dir = function(fname)
26-
local util = require "lspconfig.util"
27-
return util.root_pattern "nextflow.config"(fname) or util.find_git_ancestor(fname)
28-
end,
29-
settings = {
30-
nextflow = {
31-
suppressFutureWarnings = true,
32-
files = {
33-
exclude = { ".git", ".nf-test", "work" },
34-
},
35-
},
36-
},
37-
},
38-
},
39-
},
40-
},
4112
{
4213
"echasnovski/mini.icons",
4314
optional = true,

0 commit comments

Comments
 (0)