Closed falcon71181 closed 9 months ago
here --
my config -
return { "xiyaowong/transparent.nvim", lazy = false, opts = { -- table: default groups groups = { "Normal", "NormalNC", "Comment", "Constant", "Special", "Identifier", "Statement", "PreProc", "Type", "Underlined", "Todo", "String", "Function", "Conditional", "Repeat", "Operator", "Structure", "LineNr", "NonText", "SignColumn", "StatusLine", "StatusLineNC", "EndOfBuffer", }, -- table: additional groups that should be cleared extra_groups = { "NormalFloat", "NvimTreeNormal", "NvimTreeNormalNC", "NvimTreeNormalFloat", "NvimTreeEndOfBuffer", "StatusLine", "StatusLineNC", "BufferLineTabClose", "BufferlineBufferSelected", "BufferLineFill", "BufferLineBackground", "BufferLineSeparator", "BufferLineIndicatorSelected", "IndentBlanklineChar", -- make floating windows transparent "LspFloatWinNormal", "Normal", "NormalFloat", "FloatBorder", "TelescopeNormal", "TelescopeBorder", "TelescopePromptBorder", "SagaBorder", "SagaNormal", }, -- table: groups you don't want to clear exclude_groups = {}, }, }
help me here ..
@falcon71181 Try
require('transparent').clear_prefix('NeoTree')
here --
my config -
its not padding
help me here ..