nvim: Enable formatting through typst lsp
This commit is contained in:
parent
3c7c0e1e87
commit
99c4f67fbc
1 changed files with 5 additions and 1 deletions
|
@ -35,7 +35,11 @@ local servers = {
|
|||
serve_d = {},
|
||||
taplo = {},
|
||||
texlab = {},
|
||||
tinymist = {},
|
||||
tinymist = {
|
||||
settings = {
|
||||
formatterMode = "typstyle",
|
||||
},
|
||||
},
|
||||
ts_ls = {},
|
||||
yamlls = {},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue