mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/nvim-lsp: enable now working nixd tests on darwin
This commit is contained in:
parent
dfbabe5cab
commit
dfc00b2032
2 changed files with 2 additions and 8 deletions
|
@ -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 = {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue