From 59ae79ce79bacaf3a4963ed9de6aa465227d8961 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Thu, 26 Sep 2024 10:50:11 -0500 Subject: [PATCH] tests/lsp: re-enable taplo --- tests/test-sources/plugins/lsp/_lsp.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test-sources/plugins/lsp/_lsp.nix b/tests/test-sources/plugins/lsp/_lsp.nix index 8ea2cf0e..5f680585 100644 --- a/tests/test-sources/plugins/lsp/_lsp.nix +++ b/tests/test-sources/plugins/lsp/_lsp.nix @@ -201,8 +201,7 @@ sqls.enable = true; svelte.enable = true; tailwindcss.enable = true; - # TODO: re-enable this test when fixed - # taplo.enable = true; + taplo.enable = true; templ.enable = true; terraformls.enable = true; texlab.enable = true;