summaryrefslogtreecommitdiffstats
path: root/.helix/languages.toml
blob: c06a8b07769235e956b195f68be42e0bbd67a0a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
# SPDX-FileCopyrightText: 2025 cel <cel@bunny.garden>
#
# SPDX-License-Identifier: AGPL-3.0-or-later

[language-server.rust-analyzer]
command = "rust-analyzer"
config = { rustfmt.overrideCommand = ["leptosfmt", "--stdin", "--rustfmt"], cargo.features = ["filamento/reactive_stores"], cargo.target = "wasm32-unknown-unknown" }
# environment = { "DATABASE_URL" = "sqlite://filamento.db" }
# config = { cargo.features = ["stanza/rfc_6121", "stanza/xep_0203", "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"] }