summaryrefslogtreecommitdiffstats
path: root/.helix/languages.toml
blob: d5eb1828900a661a79dee63fbe5c09c762dfa1ed (plain) (blame)
1
2
3
4
5
6
7
8
9
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