diff options
author | 2025-05-08 10:17:25 +0100 | |
---|---|---|
committer | 2025-05-08 10:17:25 +0100 | |
commit | e8aa5b71df378669ff732444a5f8c57098052e5e (patch) | |
tree | 66516c48fe7d9531274b68b2b21aa8366913d87d /.helix | |
parent | 0d8855bee79cc493f40b5092434bce724a3adb55 (diff) | |
download | macaw-web-e8aa5b71df378669ff732444a5f8c57098052e5e.tar.gz macaw-web-e8aa5b71df378669ff732444a5f8c57098052e5e.tar.bz2 macaw-web-e8aa5b71df378669ff732444a5f8c57098052e5e.zip |
feat: sidebar, files in opfs
Diffstat (limited to '.helix')
-rw-r--r-- | .helix/languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.helix/languages.toml b/.helix/languages.toml index 75f513c..80cd6e7 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"], cargo.features = ["filamento/reactive_stores"] } +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"] } |