aboutsummaryrefslogblamecommitdiffstats
path: root/.helix/languages.toml
blob: 8e3e5327563fd6558b31f25fbe20da5218eb4764 (plain) (tree)
1
2
3
4
5
6
7
8

                               
                                                                    




                                                                                                                                                                                                                                                                                                                                                                                                                       
[language-server.rust-analyzer]
command = "rust-analyzer"
environment = { "DATABASE_URL" = "sqlite://filamento/filamento.db" }
  # checkOnSave.overrideCommand = "cargo check --message-format=json -p luz",
  # check.overrideCommand="cargo check --message-format=json -p luz",
  # check.workspace = false,
  # cargo.target = "wasm32-unknown-unknown",
config = { cargo.features = ["stanza/rfc_6121", "stanza/xep_0203", "stanza/rfc_7395", "stanza/xep_0030", "stanza/xep_0060", "stanza/xep_0172", "stanza/xep_0390", "stanza/xep_0128", "stanza/xep_0115", "stanza/xep_0084", "sqlx/sqlite", "sqlx/runtime-tokio", "sqlx/uuid", "sqlx/chrono", "jid/sqlx", "uuid/v4", "tokio/full", "rsasl/provider_base64", "rsasl/plain", "rsasl/config_builder", "rsasl/scram-sha-1"] }