---@type LazySpec
local spec = {
    "thinca/vim-quickrun",
    --lazy = false,
    cmd = "QuickRun",
    --cond = false,
    --enabled = false,
}

return spec