[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