mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
tests/lsp-servers: update ignores
This commit is contained in:
parent
34f823151f
commit
ade9e131cd
1 changed files with 3 additions and 10 deletions
|
@ -43,20 +43,13 @@ let
|
||||||
"ruff_lsp"
|
"ruff_lsp"
|
||||||
"bufls"
|
"bufls"
|
||||||
"typst_lsp"
|
"typst_lsp"
|
||||||
|
|
||||||
# TODO: 2025-01-22 python312Packages.anytree is broken (dependency of bitbake-language-server)
|
|
||||||
"bitbake_language_server"
|
|
||||||
]
|
|
||||||
++ lib.optionals pkgs.stdenv.isAarch64 [
|
|
||||||
# Broken
|
|
||||||
"scheme_langserver"
|
|
||||||
]
|
]
|
||||||
++ lib.optionals (pkgs.stdenv.hostPlatform.system == "aarch64-linux") [
|
++ lib.optionals (pkgs.stdenv.hostPlatform.system == "aarch64-linux") [
|
||||||
# TODO: 2025-01-09 python312Packages.tree-sitter (dependency of autotools-language-server) is broken
|
|
||||||
# https://github.com/NixOS/nixpkgs/issues/372375
|
|
||||||
"autotools_ls"
|
|
||||||
# TODO: 2024-10-05 build failure
|
# TODO: 2024-10-05 build failure
|
||||||
"fstar"
|
"fstar"
|
||||||
|
|
||||||
|
# TODO: 2025-03-04 marked as broken
|
||||||
|
"nickel_ls"
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue