mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-05 18:45:05 +02:00
fix(typst): enable single file support
Co-authored-by: Stefan Boca <45266795+stefanboca@users.noreply.github.com>
This commit is contained in:
parent
4a7e80c4aa
commit
2daa8da842
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ return {
|
|||
opts = {
|
||||
servers = {
|
||||
tinymist = {
|
||||
single_file_support = true,
|
||||
root_dir = function()
|
||||
LazyVim.root.get()
|
||||
end,
|
||||
settings = {
|
||||
formatterMode = "typstyle",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue