blob: 359654b700720208bb1f65ec0f42ae9ea2f6ae31 (
plain) (
tree)
|
|
[language-server.rust-analyzer]
command = "rust-analyzer"
environment = { "DATABASE_URL" = "postgres://pinussy:pinussy@localhost/pinussy" }
config = { cargo.features = "all" }
[[language]]
name = "rust"
file-types = ["rs", "html"]
[[language]]
name = "html"
auto-format = false
|