blob: 496896909a969abe0e4c7f88e13a8f093999ba0c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[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
|