critch/.helix/languages.toml

14 lines
278 B
TOML

[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