new(neovim): add tinymist format option
This commit is contained in:
parent
29ad5b91bf
commit
ed9fafdc76
1 changed files with 4 additions and 0 deletions
|
@ -766,6 +766,10 @@ lspconfig.tinymist.setup {
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
capabilities = capabilities,
|
capabilities = capabilities,
|
||||||
single_file_support = true,
|
single_file_support = true,
|
||||||
|
-- offset_encoding = "utf-8",
|
||||||
|
settings = {
|
||||||
|
formatterMode = "typstyle",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
lspconfig.rust_analyzer.setup {
|
lspconfig.rust_analyzer.setup {
|
||||||
|
|
Loading…
Add table
Reference in a new issue