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