return { "AstroNvim/astrocore", ---@type AstroCoreOpts opts = { -- vim options can be configured here options = { opt = { -- vim.opt. clipboard = "unnamedplus", showmatch = true, ignorecase = true, wrapscan = false, mouse = 'v', hlsearch = true, autoindent = true, number = false, wildmode = 'longest:list', colorcolumn = '133', scrolloff = 0, tabstop = 4, shiftwidth = 4, whichwrap = 'b,s', title = false, listchars = { tab = '> ', eol = '$' }, }, }, }, }