summaryrefslogtreecommitdiffstats
path: root/.helix
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2023-11-03 17:35:27 +0000
committerLibravatar cel 🌸 <cel@blos.sm>2023-11-03 17:35:27 +0000
commit85874ab158e1f91fd75aceb70a4c14d36284ec13 (patch)
tree844b1cb3f9fcca5a35df76aa467b61da6a3873c3 /.helix
parentd7c16ed468292456de81ae12a0fce73fc23bd0b2 (diff)
downloadpinussy-85874ab158e1f91fd75aceb70a4c14d36284ec13.tar.gz
pinussy-85874ab158e1f91fd75aceb70a4c14d36284ec13.tar.bz2
pinussy-85874ab158e1f91fd75aceb70a4c14d36284ec13.zip
update helix languages.toml
Diffstat (limited to '.helix')
-rw-r--r--.helix/languages.toml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.helix/languages.toml b/.helix/languages.toml
index d5eb182..359654b 100644
--- a/.helix/languages.toml
+++ b/.helix/languages.toml
@@ -1,8 +1,10 @@
+[language-server.rust-analyzer]
+command = "rust-analyzer"
+environment = { "DATABASE_URL" = "postgres://pinussy:pinussy@localhost/pinussy" }
+config = { cargo.features = "all" }
+
[[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]]