feat: don't override single_file_support in tinymist.lua (#1524)

e35fd81524
This commit is contained in:
Myriad-Dreamin 2025-03-19 14:26:54 +08:00 committed by GitHub
parent 13fb22f4fa
commit 88eeef978d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,8 +20,6 @@ return {
---@type lspconfig.options
servers = {
tinymist = {
--- todo: these configuration from lspconfig maybe broken
single_file_support = true,
root_dir = function()
return vim.fn.getcwd()
end,