aboutsummaryrefslogtreecommitdiffstats
path: root/.helix/languages.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-04-10 01:25:49 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-04-10 01:25:49 +0100
commit2b15528545a45d326799f31b00f0e0d2d0f89c91 (patch)
treee4eba8abaf5af43434492bc3db79229367c3999b /.helix/languages.toml
parent9aa56f1a48e93d6e2da486e8d3850de9b3681e4b (diff)
downloadluz-2b15528545a45d326799f31b00f0e0d2d0f89c91.tar.gz
luz-2b15528545a45d326799f31b00f0e0d2d0f89c91.tar.bz2
luz-2b15528545a45d326799f31b00f0e0d2d0f89c91.zip
fix: helix configuration to explicitly enable the required features for filamento
Diffstat (limited to '.helix/languages.toml')
-rw-r--r--.helix/languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.helix/languages.toml b/.helix/languages.toml
index ad628c8..8be248f 100644
--- a/.helix/languages.toml
+++ b/.helix/languages.toml
@@ -1,4 +1,4 @@
[language-server.rust-analyzer]
command = "rust-analyzer"
environment = { "DATABASE_URL" = "sqlite://filamento/filamento.db" }
-config = { cargo.features = "all" }
+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"] }