From b90a6be04c3f5b35a88be9ea0eac848223746b75 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 19 Dec 2023 11:21:35 +0100 Subject: [PATCH] tests/lsp: re-enable typst-lsp --- tests/test-sources/plugins/lsp/_lsp.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tests/test-sources/plugins/lsp/_lsp.nix b/tests/test-sources/plugins/lsp/_lsp.nix index 1785efec..06edb8f9 100644 --- a/tests/test-sources/plugins/lsp/_lsp.nix +++ b/tests/test-sources/plugins/lsp/_lsp.nix @@ -61,9 +61,7 @@ }; # rootDir typst-lsp = { - # As of 2023-12-13, typst-lsp is broken - # TODO: re-enable this test when fixed - enable = false; + enable = true; rootDir = '' require 'lspconfig.util'.root_pattern('.git', 'main.typ') ''; @@ -139,9 +137,7 @@ terraformls.enable = true; texlab.enable = true; tsserver.enable = true; - # As of 2023-12-13, typst-lsp is broken - # TODO: re-enable this test when fixed - typst-lsp.enable = false; + typst-lsp.enable = true; vls.enable = true; vuels.enable = true; yamlls.enable = true;