mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-10 04:44:41 +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 = {
|
opts = {
|
||||||
servers = {
|
servers = {
|
||||||
tinymist = {
|
tinymist = {
|
||||||
|
single_file_support = true,
|
||||||
|
root_dir = function()
|
||||||
|
LazyVim.root.get()
|
||||||
|
end,
|
||||||
settings = {
|
settings = {
|
||||||
formatterMode = "typstyle",
|
formatterMode = "typstyle",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue