---@type LazySpec[] local dependencies = { "cespare/vim-toml", "nastevens/vim-duckscript", } ---@type LazySpec local spec = { "nastevens/vim-cargo-make", --lazy = false, ft = "cargo-make", dependencies = dependencies, --cond = false, --enabled = false, } return spec