[[language]] name = "rust" config = { cargo.features = "all" } language-server.command = "rust-analyzer" language-server.environment = { "DATABASE_URL" = "postgres://pinussy:pinussy@localhost/pinussy" } file-types = ["rs", "html"] [[language]] name = "html" auto-format = false