tests/lsp: disable broken servers

This commit is contained in:
Gaetan Lepage 2025-07-25 16:41:11 +02:00 committed by Gaétan Lepage
parent 8529f1c86b
commit 2dd3e4c8fc

View file

@ -39,6 +39,14 @@ let
inherit (pkgs.stdenv) hostPlatform;
disabled = [
# TODO: 2025-07-25 python313Packages.lsp-tree-sitter marked as broken
"autotools_ls"
# TODO: 2025-07-25 build failure
"mint"
"nextls"
"ts_query_ls"
# DEPRECATED SERVERS
# See https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig.lua
"ruff_lsp"