mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +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;
|
enable = true;
|
||||||
|
|
||||||
servers.nixd = {
|
servers.nixd = {
|
||||||
# TODO nixd is currently broken on Darwin
|
enable = true;
|
||||||
# https://github.com/nix-community/nixd/issues/107
|
|
||||||
# Thus, this test is currently disabled.
|
|
||||||
enable = !pkgs.stdenv.isDarwin;
|
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
eval = {
|
eval = {
|
||||||
|
|
|
@ -88,10 +88,7 @@
|
||||||
lua-ls.enable = true;
|
lua-ls.enable = true;
|
||||||
metals.enable = true;
|
metals.enable = true;
|
||||||
nil_ls.enable = true;
|
nil_ls.enable = true;
|
||||||
# TODO nixd is currently broken on Darwin
|
nixd.enable = true;
|
||||||
# https://github.com/nix-community/nixd/issues/107
|
|
||||||
# Thus, this test is currently disabled.
|
|
||||||
nixd.enable = !pkgs.stdenv.isDarwin;
|
|
||||||
pylsp.enable = true;
|
pylsp.enable = true;
|
||||||
pyright.enable = true;
|
pyright.enable = true;
|
||||||
rnix-lsp.enable = true;
|
rnix-lsp.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue