From fc6d40d798518218bb934e255b62cedd465bd048 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 17 Aug 2024 01:07:53 +0200 Subject: [PATCH] tests/plugins/lsp: typst-lsp -> tinymist --- tests/test-sources/plugins/lsp/_lsp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-sources/plugins/lsp/_lsp.nix b/tests/test-sources/plugins/lsp/_lsp.nix index fd99572b..e0c058e3 100644 --- a/tests/test-sources/plugins/lsp/_lsp.nix +++ b/tests/test-sources/plugins/lsp/_lsp.nix @@ -85,7 +85,7 @@ autostart = false; }; # rootDir - typst-lsp = { + tinymist = { enable = true; rootDir = '' require 'lspconfig.util'.root_pattern('.git', 'main.typ')