5 lines
151 B
TOML
5 lines
151 B
TOML
|
[language-server.rust-analyzer]
|
||
|
command = "rust-analyzer"
|
||
|
environment = { "DATABASE_URL" = "sqlite://luz/luz.db" }
|
||
|
config = { cargo.features = "all" }
|