summaryrefslogblamecommitdiffstats
path: root/.helix/languages.toml
blob: 359654b700720208bb1f65ec0f42ae9ea2f6ae31 (plain) (tree)
1
2
3
4
5
6
7




                                                                                 

             




                           
[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