mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-31 08:05:23 +02:00
tests/lsp-servers: disable typescript-language-server on darwin
This commit is contained in:
parent
454f328b9a
commit
98e8fcdded
2 changed files with 8 additions and 4 deletions
|
@ -39,6 +39,8 @@ let
|
|||
disabled =
|
||||
lib.optionals pkgs.stdenv.isDarwin [
|
||||
"fsautocomplete"
|
||||
# typescript-language-server's dependency git-lfs is broken as of 2024-11-03
|
||||
"ts_ls"
|
||||
]
|
||||
++ lib.optionals pkgs.stdenv.isAarch64 [
|
||||
# Broken
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue