mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 01:08: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;
|
||||
|
|
|
@ -123,7 +123,8 @@
|
|||
marksman.enable = true;
|
||||
metals.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;
|
||||
ocamllsp.enable = true;
|
||||
ols.enable =
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
enable = true;
|
||||
|
||||
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 = {
|
||||
eval = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue