mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 17:58:46 +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")
|
||||
-- clear prefix for 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").setup({
|
||||
extra_groups = {},
|
||||
|
@ -239,12 +242,8 @@ return {
|
|||
"CursorLineFold",
|
||||
-- disable nvimtree CursorLine
|
||||
"NvimTreeCursorLine",
|
||||
-- "Pmenu",
|
||||
-- "PmenuSel",
|
||||
-- "PmenuSbar",
|
||||
-- "PmenuThumb",
|
||||
-- "NormalFloat",
|
||||
-- "FloatBorder",
|
||||
-- disable Neotree CursorLine
|
||||
"NeoTreeCursorLine",
|
||||
},
|
||||
})
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue