---@type LazySpec[]
local dependencies = {
    "nvim-lua/plenary.nvim",
    { "hrsh7th/nvim-cmp", optional = true },
    { "Saghen/blink.cmp", optional = true },
}

return dependencies