tests/lsp: re-enable tests for nixd

This reverts commit 544fc5d60b.
This commit is contained in:
Gaetan Lepage 2024-03-19 23:14:14 +01:00 committed by Gaétan Lepage
parent 313db7e7fe
commit 4f6e90212c
3 changed files with 4 additions and 8 deletions

View file

@ -33,8 +33,7 @@
installCargo = true;
installRustc = true;
};
# TODO As of 2024-03-10, nixd is broken (see https://github.com/nix-community/nixd/issues/357)
nixd.enable = false;
nixd.enable = true;
};
};
};
@ -81,8 +80,7 @@
lsp = {
enable = true;
servers = {
# TODO As of 2024-03-10, nixd is broken (see https://github.com/nix-community/nixd/issues/357)
nixd.enable = false;
nixd.enable = true;
rust-analyzer = {
enable = true;
installCargo = true;

View file

@ -125,8 +125,7 @@
marksman.enable = true;
metals.enable = true;
nil_ls.enable = true;
# TODO As of 2024-03-10, nixd is broken (see https://github.com/nix-community/nixd/issues/357)
nixd.enable = false;
nixd.enable = true;
nushell.enable = true;
ocamllsp.enable = true;
ols.enable =

View file

@ -4,8 +4,7 @@
enable = true;
servers.nixd = {
# TODO As of 2024-03-10, nixd is broken (see https://github.com/nix-community/nixd/issues/357)
enable = false;
enable = true;
settings = {
eval = {