summaryrefslogtreecommitdiffstats
path: root/.helix/languages.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2023-10-04 19:55:17 +0100
committerLibravatar cel 🌸 <cel@blos.sm>2023-10-04 19:59:53 +0100
commit5d395d4ed73061b247c32dc63db6ddfa2dd62d39 (patch)
tree084df0c83294123c6e884fa46d022f120ba5de86 /.helix/languages.toml
downloadpinussy-5d395d4ed73061b247c32dc63db6ddfa2dd62d39.tar.gz
pinussy-5d395d4ed73061b247c32dc63db6ddfa2dd62d39.tar.bz2
pinussy-5d395d4ed73061b247c32dc63db6ddfa2dd62d39.zip
initial commit
Diffstat (limited to '.helix/languages.toml')
-rw-r--r--.helix/languages.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.helix/languages.toml b/.helix/languages.toml
new file mode 100644
index 0000000..d5eb182
--- /dev/null
+++ b/.helix/languages.toml
@@ -0,0 +1,10 @@
+[[language]]
+name = "rust"
+config = { cargo.features = "all" }
+language-server.command = "rust-analyzer"
+language-server.environment = { "DATABASE_URL" = "postgres://pinussy:pinussy@localhost/pinussy" }
+file-types = ["rs", "html"]
+
+[[language]]
+name = "html"
+auto-format = false