aboutsummaryrefslogtreecommitdiffstats
path: root/.helix
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-02-22 01:47:21 +0000
committerLibravatar cel 🌸 <cel@bunny.garden>2025-02-22 01:47:21 +0000
commit7c0563240cfd8a25cdce83ef1acb85a969939dd7 (patch)
tree9572e353f2ec670742e5f8fc9b9baeafdd041707 /.helix
downloadmacaw-7c0563240cfd8a25cdce83ef1acb85a969939dd7.tar.gz
macaw-7c0563240cfd8a25cdce83ef1acb85a969939dd7.tar.bz2
macaw-7c0563240cfd8a25cdce83ef1acb85a969939dd7.zip
initial commit
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..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" }