From 325b588324cb0946fa33231b6aea077395356f49 Mon Sep 17 00:00:00 2001 From: Vo Quang chien Date: Fri, 8 Nov 2024 20:48:33 +0700 Subject: [PATCH] chore(typst): don't set root_dir in lspconfig --- lua/lazyvim/plugins/extras/lang/typst.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/lazyvim/plugins/extras/lang/typst.lua b/lua/lazyvim/plugins/extras/lang/typst.lua index 1940a526..ffdc6228 100644 --- a/lua/lazyvim/plugins/extras/lang/typst.lua +++ b/lua/lazyvim/plugins/extras/lang/typst.lua @@ -18,7 +18,6 @@ return { servers = { tinymist = { single_file_support = true, -- Fixes LSP attachment in non-Git directories - root_dir = LazyVim.root.get, settings = { formatterMode = "typstyle", },