Wierd Line .. b/w nvim-tree and file
falcon71181 opened this issue · 1 comments
falcon71181 commented
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 = {},
},
}
its not padding
help me here ..
xiyaowong commented
@falcon71181 Try
require('transparent').clear_prefix('NeoTree')