Skip to content

Commit 4f6e902

Browse files
committed
tests/lsp: re-enable tests for nixd
This reverts commit 544fc5d.
1 parent 313db7e commit 4f6e902

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

Diff for: tests/test-sources/example-configurations/issues.nix

+2-4
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
installCargo = true;
3434
installRustc = true;
3535
};
36-
# TODO As of 2024-03-10, nixd is broken (see https://github.com/nix-community/nixd/issues/357)
37-
nixd.enable = false;
36+
nixd.enable = true;
3837
};
3938
};
4039
};
@@ -81,8 +80,7 @@
8180
lsp = {
8281
enable = true;
8382
servers = {
84-
# TODO As of 2024-03-10, nixd is broken (see https://github.com/nix-community/nixd/issues/357)
85-
nixd.enable = false;
83+
nixd.enable = true;
8684
rust-analyzer = {
8785
enable = true;
8886
installCargo = true;

Diff for: tests/test-sources/plugins/lsp/_lsp.nix

+1-2
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@
125125
marksman.enable = true;
126126
metals.enable = true;
127127
nil_ls.enable = true;
128-
# TODO As of 2024-03-10, nixd is broken (see https://github.com/nix-community/nixd/issues/357)
129-
nixd.enable = false;
128+
nixd.enable = true;
130129
nushell.enable = true;
131130
ocamllsp.enable = true;
132131
ols.enable =

Diff for: tests/test-sources/plugins/lsp/nixd.nix

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
enable = true;
55

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

109
settings = {
1110
eval = {

0 commit comments

Comments
 (0)