return { { 'stevedylandev/ansi-nvim', config = function() vim.opt.termguicolors = false vim.cmd [[ colorscheme ansi highlight Normal guibg=NONE ctermbg=NONE highlight NonText guibg=NONE ctermbg=NONE highlight EndOfBuffer guibg=NONE ctermbg=NONE highlight CursorLine ctermbg=Black ]] end, } }