summaryrefslogtreecommitdiffstats
path: root/.helix
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-05-01 02:17:47 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-05-01 02:17:47 +0100
commit6943577ec5169b04d8a24726fd87e85fc5b261a9 (patch)
tree0c2cf4d422bd62c4e4d1f9697766108f8a38b266 /.helix
parent8012b20aefa1b2e52cccbc132e8e96ce6bf2b81f (diff)
downloadmacaw-web-6943577ec5169b04d8a24726fd87e85fc5b261a9.tar.gz
macaw-web-6943577ec5169b04d8a24726fd87e85fc5b261a9.tar.bz2
macaw-web-6943577ec5169b04d8a24726fd87e85fc5b261a9.zip
feat: new message composer
Diffstat (limited to '.helix')
-rw-r--r--.helix/languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.helix/languages.toml b/.helix/languages.toml
index 3be859c..75f513c 100644
--- a/.helix/languages.toml
+++ b/.helix/languages.toml
@@ -1,5 +1,5 @@
[language-server.rust-analyzer]
command = "rust-analyzer"
-config = { rustfmt.overrideCommand = ["leptosfmt", "--stdin", "--rustfmt"] }
+config = { rustfmt.overrideCommand = ["leptosfmt", "--stdin", "--rustfmt"], cargo.features = ["filamento/reactive_stores"] }
# 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"] }