tests/lsp-servers: disable deprecated servers

This commit is contained in:
Gaetan Lepage 2024-11-17 21:51:25 +01:00 committed by nix-infra-bot
parent a773b945fb
commit f4c910dd82

View file

@ -41,6 +41,11 @@ let
# TODO: added 2024-11-17 # TODO: added 2024-11-17
# Fixed in https://github.com/NixOS/nixpkgs/pull/356704 # Fixed in https://github.com/NixOS/nixpkgs/pull/356704
"psalm" "psalm"
# DEPRECATED SERVERS
# See https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig.lua
"ruff_lsp"
"bufls"
] ]
++ lib.optionals pkgs.stdenv.isDarwin [ ++ lib.optionals pkgs.stdenv.isDarwin [
"fsautocomplete" "fsautocomplete"