return { "xiyaowong/transparent.nvim", config = function () require("transparent").setup({ extra_groups = { -- table/string: additional groups that should be cleared "BufferLineTabClose", "BufferlineBufferSelected", "BufferLineFill", "BufferLineBackground", "BufferLineSeparator", "BufferLineIndicatorSelected", "IndentBlanklineChar", -- make floating windows transparent "LspFloatWinNormal", "Normal", "NormalFloat", "FloatBorder", "TelescopeNormal", "TelescopeBorder", "TelescopePromptBorder", "SagaBorder", "SagaNormal", }, }) end }