mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
feat: don't override single_file_support in tinymist.lua (#1524)
e35fd81524
This commit is contained in:
parent
13fb22f4fa
commit
88eeef978d
1 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue