mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Add Nushell LSP
This commit is contained in:
parent
1eb80ca2d0
commit
2cb89d6952
1 changed files with 10 additions and 0 deletions
|
@ -96,6 +96,11 @@
|
||||||
formatter = denoFormatter "tsx";
|
formatter = denoFormatter "tsx";
|
||||||
language-servers = [ "deno" ];
|
language-servers = [ "deno" ];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{ # TODO: Remove in the next Helix release.
|
||||||
|
name = "nu";
|
||||||
|
language-servers = [ "nu" ];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
languages.language-server = {
|
languages.language-server = {
|
||||||
|
@ -122,6 +127,11 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nu = { # TODO: Remove in the next Helix release.
|
||||||
|
command = "nu";
|
||||||
|
args = [ "--lsp" ];
|
||||||
|
};
|
||||||
|
|
||||||
rust-analyzer.config.check.command = "clippy";
|
rust-analyzer.config.check.command = "clippy";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue