mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-13 14:21:56 +02:00
chore(typst): don't set root_dir in lspconfig
This commit is contained in:
parent
d281c79dee
commit
325b588324
1 changed files with 0 additions and 1 deletions
|
@ -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",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue