From 7c0563240cfd8a25cdce83ef1acb85a969939dd7 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Sat, 22 Feb 2025 01:47:21 +0000 Subject: initial commit --- .helix/languages.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .helix/languages.toml (limited to '.helix/languages.toml') 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" } -- cgit