aboutsummaryrefslogtreecommitdiffstats
path: root/.helix/languages.toml
diff options
context:
space:
mode:
Diffstat (limited to '.helix/languages.toml')
-rw-r--r--.helix/languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.helix/languages.toml b/.helix/languages.toml
index 9e34dc3..ad628c8 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/luz.db" }
+environment = { "DATABASE_URL" = "sqlite://filamento/filamento.db" }
config = { cargo.features = "all" }