diff --git a/tests/lsp-servers.nix b/tests/lsp-servers.nix index 71a1dfa3..d0675eb1 100644 --- a/tests/lsp-servers.nix +++ b/tests/lsp-servers.nix @@ -38,10 +38,6 @@ let let disabled = [ - # TODO: added 2024-11-17 - # Fixed in https://github.com/NixOS/nixpkgs/pull/356704 - "psalm" - # DEPRECATED SERVERS # See https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig.lua "ruff_lsp" diff --git a/tests/test-sources/plugins/lsp/efmls-configs.nix b/tests/test-sources/plugins/lsp/efmls-configs.nix index de708400..ed3e49a4 100644 --- a/tests/test-sources/plugins/lsp/efmls-configs.nix +++ b/tests/test-sources/plugins/lsp/efmls-configs.nix @@ -34,9 +34,6 @@ # TODO: added 2024-11-17 # Fixed in https://github.com/NixOS/nixpkgs/pull/356691 "phpstan" - # TODO: added 2024-11-17 - # Fixed in https://github.com/NixOS/nixpkgs/pull/356704 - "psalm" ] ++ lib.optionals (system == "aarch64-linux") [ # Broken as of 2024-07-13