mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 09:18:38 +02:00
tests/lsp: temporarily disable tests for nixd
This commit is contained in:
parent
3fe9eb485c
commit
544fc5d60b
3 changed files with 8 additions and 4 deletions
|
@ -33,7 +33,8 @@
|
||||||
installCargo = true;
|
installCargo = true;
|
||||||
installRustc = true;
|
installRustc = true;
|
||||||
};
|
};
|
||||||
nixd.enable = true;
|
# TODO As of 2024-03-10, nixd is broken (see https://github.com/nix-community/nixd/issues/357)
|
||||||
|
nixd.enable = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -80,7 +81,8 @@
|
||||||
lsp = {
|
lsp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
servers = {
|
servers = {
|
||||||
nixd.enable = true;
|
# TODO As of 2024-03-10, nixd is broken (see https://github.com/nix-community/nixd/issues/357)
|
||||||
|
nixd.enable = false;
|
||||||
rust-analyzer = {
|
rust-analyzer = {
|
||||||
enable = true;
|
enable = true;
|
||||||
installCargo = true;
|
installCargo = true;
|
||||||
|
|
|
@ -123,7 +123,8 @@
|
||||||
marksman.enable = true;
|
marksman.enable = true;
|
||||||
metals.enable = true;
|
metals.enable = true;
|
||||||
nil_ls.enable = true;
|
nil_ls.enable = true;
|
||||||
nixd.enable = true;
|
# TODO As of 2024-03-10, nixd is broken (see https://github.com/nix-community/nixd/issues/357)
|
||||||
|
nixd.enable = false;
|
||||||
nushell.enable = true;
|
nushell.enable = true;
|
||||||
ocamllsp.enable = true;
|
ocamllsp.enable = true;
|
||||||
ols.enable =
|
ols.enable =
|
||||||
|
|
|
@ -4,7 +4,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
servers.nixd = {
|
servers.nixd = {
|
||||||
enable = true;
|
# TODO As of 2024-03-10, nixd is broken (see https://github.com/nix-community/nixd/issues/357)
|
||||||
|
enable = false;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
eval = {
|
eval = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue