summaryrefslogtreecommitdiffstats
path: root/.helix
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-04-25 23:00:14 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-04-25 23:00:14 +0100
commitb1fc29669b54d544e02d2d73b8dc841d43a5c92a (patch)
treec972506b2ab5730a6fb0b750b40871f164d49152 /.helix
downloadmacaw-web-b1fc29669b54d544e02d2d73b8dc841d43a5c92a.tar.gz
macaw-web-b1fc29669b54d544e02d2d73b8dc841d43a5c92a.tar.bz2
macaw-web-b1fc29669b54d544e02d2d73b8dc841d43a5c92a.zip
initial commit
Diffstat (limited to '.helix')
-rw-r--r--.helix/languages.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.helix/languages.toml b/.helix/languages.toml
new file mode 100644
index 0000000..3be859c
--- /dev/null
+++ b/.helix/languages.toml
@@ -0,0 +1,5 @@
+[language-server.rust-analyzer]
+command = "rust-analyzer"
+config = { rustfmt.overrideCommand = ["leptosfmt", "--stdin", "--rustfmt"] }
+# 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"] }