---@type LazySpec return { "andersevenrud/nvim_context_vt", event = "User AstroFile", cmd = { "NvimContextVtToggle" }, dependencies = { "AstroNvim/astrocore", ---@type AstroCoreOpts opts = { mappings = { n = { ["uv"] = { function() require("nvim_context_vt").toggle() end, desc = "Toggle virutal text context", }, }, }, }, }, }