aboutsummaryrefslogtreecommitdiffstats
path: root/.helix/languages.toml
diff options
context:
space:
mode:
Diffstat (limited to '.helix/languages.toml')
-rw-r--r--.helix/languages.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.helix/languages.toml b/.helix/languages.toml
new file mode 100644
index 0000000..8742aed
--- /dev/null
+++ b/.helix/languages.toml
@@ -0,0 +1,4 @@
+[language-server.rust-analyzer]
+command = "rust-analyzer"
+environment = { "DATABASE_URL" = "sqlite://luz.db" }
+config = { cargo.features = "all" }