File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments