chore(typst): don't set root_dir in lspconfig

This commit is contained in:
Vo Quang chien 2024-11-08 20:48:33 +07:00
parent d281c79dee
commit 325b588324

View file

@ -18,7 +18,6 @@ return {
servers = { servers = {
tinymist = { tinymist = {
single_file_support = true, -- Fixes LSP attachment in non-Git directories single_file_support = true, -- Fixes LSP attachment in non-Git directories
root_dir = LazyVim.root.get,
settings = { settings = {
formatterMode = "typstyle", formatterMode = "typstyle",
}, },