mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-16 12:14:32 +02:00
tests/{efmls-configs,lsp-servers}: re-enable psalm test
This commit is contained in:
parent
fd41c5afee
commit
7defce3863
2 changed files with 0 additions and 7 deletions
|
@ -38,10 +38,6 @@ let
|
||||||
let
|
let
|
||||||
disabled =
|
disabled =
|
||||||
[
|
[
|
||||||
# TODO: added 2024-11-17
|
|
||||||
# Fixed in https://github.com/NixOS/nixpkgs/pull/356704
|
|
||||||
"psalm"
|
|
||||||
|
|
||||||
# DEPRECATED SERVERS
|
# DEPRECATED SERVERS
|
||||||
# See https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig.lua
|
# See https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig.lua
|
||||||
"ruff_lsp"
|
"ruff_lsp"
|
||||||
|
|
|
@ -34,9 +34,6 @@
|
||||||
# TODO: added 2024-11-17
|
# TODO: added 2024-11-17
|
||||||
# Fixed in https://github.com/NixOS/nixpkgs/pull/356691
|
# Fixed in https://github.com/NixOS/nixpkgs/pull/356691
|
||||||
"phpstan"
|
"phpstan"
|
||||||
# TODO: added 2024-11-17
|
|
||||||
# Fixed in https://github.com/NixOS/nixpkgs/pull/356704
|
|
||||||
"psalm"
|
|
||||||
]
|
]
|
||||||
++ lib.optionals (system == "aarch64-linux") [
|
++ lib.optionals (system == "aarch64-linux") [
|
||||||
# Broken as of 2024-07-13
|
# Broken as of 2024-07-13
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue