mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-28 22:55:25 +02:00
tests/lsp: disable broken servers
This commit is contained in:
parent
8529f1c86b
commit
2dd3e4c8fc
1 changed files with 8 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue