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 = {},
|
serve_d = {},
|
||||||
taplo = {},
|
taplo = {},
|
||||||
texlab = {},
|
texlab = {},
|
||||||
tinymist = {},
|
tinymist = {
|
||||||
|
settings = {
|
||||||
|
formatterMode = "typstyle",
|
||||||
|
},
|
||||||
|
},
|
||||||
ts_ls = {},
|
ts_ls = {},
|
||||||
yamlls = {},
|
yamlls = {},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue