From 8d159c86349803658e2b531ea7ca8e0471a7cc9c Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Tue, 22 Apr 2025 18:23:29 +0100 Subject: feat: better styling for message widget --- .helix/languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.helix') 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"] } -- cgit