mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-25 10:18:42 +02:00
add: config transparant neotree
This commit is contained in:
parent
9b8a3f1cf7
commit
2a55b5ff5b
1 changed files with 5 additions and 6 deletions
|
@ -228,6 +228,9 @@ return {
|
||||||
require("transparent").clear_prefix("Lazy")
|
require("transparent").clear_prefix("Lazy")
|
||||||
-- clear prefix for NvimTree
|
-- clear prefix for NvimTree
|
||||||
require("transparent").clear_prefix("NvimTree")
|
require("transparent").clear_prefix("NvimTree")
|
||||||
|
-- clear prefix for NeoTree
|
||||||
|
require("transparent").clear_prefix("NeoTree")
|
||||||
|
-- clear prefix for Lualine
|
||||||
require("transparent").clear_prefix("Lualine")
|
require("transparent").clear_prefix("Lualine")
|
||||||
require("transparent").setup({
|
require("transparent").setup({
|
||||||
extra_groups = {},
|
extra_groups = {},
|
||||||
|
@ -239,12 +242,8 @@ return {
|
||||||
"CursorLineFold",
|
"CursorLineFold",
|
||||||
-- disable nvimtree CursorLine
|
-- disable nvimtree CursorLine
|
||||||
"NvimTreeCursorLine",
|
"NvimTreeCursorLine",
|
||||||
-- "Pmenu",
|
-- disable Neotree CursorLine
|
||||||
-- "PmenuSel",
|
"NeoTreeCursorLine",
|
||||||
-- "PmenuSbar",
|
|
||||||
-- "PmenuThumb",
|
|
||||||
-- "NormalFloat",
|
|
||||||
-- "FloatBorder",
|
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue