aboutsummaryrefslogtreecommitdiffstats
path: root/.helix
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2025-02-18 01:01:17 +0000
committerLibravatar cel 🌸 <cel@blos.sm>2025-02-18 01:01:17 +0000
commit68a7d136705133dc5d3a5d43b9ff4da28eeb6d5b (patch)
treee7ff07721156fa0d4110c2c88b0ad8ef86b54c92 /.helix
parent0d9e3d27e9b81411b4d4c53e1b1a1c29087d66f3 (diff)
downloadluz-68a7d136705133dc5d3a5d43b9ff4da28eeb6d5b.tar.gz
luz-68a7d136705133dc5d3a5d43b9ff4da28eeb6d5b.tar.bz2
luz-68a7d136705133dc5d3a5d43b9ff4da28eeb6d5b.zip
database work
Diffstat (limited to '.helix')
-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..9e34dc3
--- /dev/null
+++ b/.helix/languages.toml
@@ -0,0 +1,4 @@
+[language-server.rust-analyzer]
+command = "rust-analyzer"
+environment = { "DATABASE_URL" = "sqlite://luz/luz.db" }
+config = { cargo.features = "all" }