mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
tests/plugins/lsp: disable typst-lsp test (broken package)
This commit is contained in:
parent
fc6d40d798
commit
460b47997f
1 changed files with 4 additions and 1 deletions
|
@ -206,7 +206,10 @@
|
|||
tinymist.enable = true;
|
||||
tsserver.enable = true;
|
||||
typos-lsp.enable = true;
|
||||
typst-lsp.enable = true;
|
||||
# As of 2024-08-17, pkgs.typst-lsp is broken
|
||||
# https://github.com/NixOS/nixpkgs/pull/335263
|
||||
# TODO: re-enable this test when fixed
|
||||
typst-lsp.enable = false;
|
||||
# As of 2024-04-03, pkgs.vala-language-server is broken on linux
|
||||
# TODO: re-enable this test when fixed
|
||||
vala-ls.enable = !pkgs.stdenv.isLinux;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue