From b7a2265e9b29d8fa09f84f5213ef7f8ed3045ca6 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Wed, 13 Nov 2024 20:00:15 +0000 Subject: initial commit --- .helix/languages.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .helix/languages.toml (limited to '.helix') diff --git a/.helix/languages.toml b/.helix/languages.toml new file mode 100644 index 0000000..4968969 --- /dev/null +++ b/.helix/languages.toml @@ -0,0 +1,13 @@ +[language-server.rust-analyzer] +command = "rust-analyzer" +environment = { "DATABASE_URL" = "postgres://critch:critch@localhost/critch" } +config = { cargo.features = "all" } + +[[language]] +name = "rust" +file-types = ["rs", "html"] + +[[language]] +name = "html" +auto-format = false + -- cgit