mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 18:58:43 +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;
|
||||
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 = {
|
||||
enable = true;
|
||||
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 = {
|
||||
enable = true;
|
||||
installCargo = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue