plugins/nvim-lsp: enable now working nixd tests on darwin

This commit is contained in:
Gaetan Lepage 2023-06-27 15:27:54 +02:00 committed by Gaétan Lepage
parent dfbabe5cab
commit dfc00b2032
2 changed files with 2 additions and 8 deletions

View file

@ -4,10 +4,7 @@
enable = true;
servers.nixd = {
# TODO nixd is currently broken on Darwin
# https://github.com/nix-community/nixd/issues/107
# Thus, this test is currently disabled.
enable = !pkgs.stdenv.isDarwin;
enable = true;
settings = {
eval = {

View file

@ -88,10 +88,7 @@
lua-ls.enable = true;
metals.enable = true;
nil_ls.enable = true;
# TODO nixd is currently broken on Darwin
# https://github.com/nix-community/nixd/issues/107
# Thus, this test is currently disabled.
nixd.enable = !pkgs.stdenv.isDarwin;
nixd.enable = true;
pylsp.enable = true;
pyright.enable = true;
rnix-lsp.enable = true;