feat(neovim): improvements to transparent.nvim
This commit is contained in:
parent
134fdb2131
commit
35303bc8e8
|
@ -26,6 +26,7 @@ return {
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
-- Add the catppuccin colorscheme
|
||||||
{
|
{
|
||||||
"catppuccin/nvim",
|
"catppuccin/nvim",
|
||||||
name = "catppuccin",
|
name = "catppuccin",
|
||||||
|
@ -118,11 +119,6 @@ return {
|
||||||
"CursorColumn",
|
"CursorColumn",
|
||||||
"CursorLineFold",
|
"CursorLineFold",
|
||||||
"CursorLineSign",
|
"CursorLineSign",
|
||||||
"DiagnosticSignError",
|
|
||||||
"DiagnosticSignHint",
|
|
||||||
"DiagnosticSignInfo",
|
|
||||||
"DiagnosticSignOk",
|
|
||||||
"DiagnosticSignWarn",
|
|
||||||
"FloatBorder",
|
"FloatBorder",
|
||||||
"FoldColumn",
|
"FoldColumn",
|
||||||
"Folded",
|
"Folded",
|
||||||
|
@ -133,7 +129,6 @@ return {
|
||||||
"LineNrAbove",
|
"LineNrAbove",
|
||||||
"LineNrBelow",
|
"LineNrBelow",
|
||||||
"LineNrBelow",
|
"LineNrBelow",
|
||||||
"NvimTreeWindowPicker",
|
|
||||||
"TabLine",
|
"TabLine",
|
||||||
"TabLineFill",
|
"TabLineFill",
|
||||||
"VertSplit",
|
"VertSplit",
|
||||||
|
@ -143,7 +138,9 @@ return {
|
||||||
}
|
}
|
||||||
|
|
||||||
transparent.clear_prefix("BufferLine")
|
transparent.clear_prefix("BufferLine")
|
||||||
|
transparent.clear_prefix("Diagnostic")
|
||||||
transparent.clear_prefix("NeoTree")
|
transparent.clear_prefix("NeoTree")
|
||||||
|
transparent.clear_prefix("NvimTree")
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue