diff options
author | 2025-04-22 18:23:29 +0100 | |
---|---|---|
committer | 2025-04-22 18:23:29 +0100 | |
commit | 8d159c86349803658e2b531ea7ca8e0471a7cc9c (patch) | |
tree | c7bcd671a00f1d5add7d1dbde10a13fda6984216 /.helix | |
parent | 14f6aaf18a3311fee63b11d0ec9c12ba76b70fa1 (diff) | |
download | macaw-8d159c86349803658e2b531ea7ca8e0471a7cc9c.tar.gz macaw-8d159c86349803658e2b531ea7ca8e0471a7cc9c.tar.bz2 macaw-8d159c86349803658e2b531ea7ca8e0471a7cc9c.zip |
Diffstat (limited to '')
-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 e828879..b6ba885 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.db" } +# 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"] } |