add: config transparant NvimTree, NeoTree, Which-Key, Lazy

This commit is contained in:
asep komarudin 2024-02-24 08:57:58 +07:00
parent 3ed99376c3
commit 9b8a3f1cf7
3 changed files with 12 additions and 5 deletions

View file

@ -222,6 +222,12 @@ return {
cmd = { "TransparentToggle", "TransparentEnable", "TransparentDisable" },
config = function()
require("transparent").clear_prefix("BufferLine")
-- clear prefix for which-key
require("transparent").clear_prefix("WhichKey")
-- clear prefix for lazy.nvim
require("transparent").clear_prefix("Lazy")
-- clear prefix for NvimTree
require("transparent").clear_prefix("NvimTree")
require("transparent").clear_prefix("Lualine")
require("transparent").setup({
extra_groups = {},
@ -231,7 +237,8 @@ return {
"CursorLineNR",
"CursorLineSign",
"CursorLineFold",
--
-- disable nvimtree CursorLine
"NvimTreeCursorLine",
-- "Pmenu",
-- "PmenuSel",
-- "PmenuSbar",