nvim: Enable formatting through typst lsp

This commit is contained in:
Marty Oehme 2025-01-30 22:26:22 +01:00
parent 3c7c0e1e87
commit 99c4f67fbc
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -35,7 +35,11 @@ local servers = {
serve_d = {},
taplo = {},
texlab = {},
tinymist = {},
tinymist = {
settings = {
formatterMode = "typstyle",
},
},
ts_ls = {},
yamlls = {},
}