summaryrefslogtreecommitdiffstats
path: root/.helix/languages.toml
diff options
context:
space:
mode:
Diffstat (limited to '.helix/languages.toml')
-rw-r--r--.helix/languages.toml13
1 files changed, 13 insertions, 0 deletions
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
+