aboutsummaryrefslogtreecommitdiffstats
path: root/.helix/languages.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-04-11 02:57:20 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-04-11 02:57:20 +0100
commit1299841ecb5648328a590658c2ea6ad18ecf46e3 (patch)
tree89932862dab0e59b76de10cf0d9a55413c831338 /.helix/languages.toml
parent78577fb74949c83e3c8196a7310781c15e73bf64 (diff)
downloadmacaw-1299841ecb5648328a590658c2ea6ad18ecf46e3.tar.gz
macaw-1299841ecb5648328a590658c2ea6ad18ecf46e3.tar.bz2
macaw-1299841ecb5648328a590658c2ea6ad18ecf46e3.zip
i hate everything
Diffstat (limited to '.helix/languages.toml')
-rw-r--r--.helix/languages.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.helix/languages.toml b/.helix/languages.toml
index 8742aed..e828879 100644
--- a/.helix/languages.toml
+++ b/.helix/languages.toml
@@ -1,4 +1,4 @@
[language-server.rust-analyzer]
command = "rust-analyzer"
-environment = { "DATABASE_URL" = "sqlite://luz.db" }
-config = { cargo.features = "all" }
+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"] }