mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
add: add ignore config telescope selection transparant background
This commit is contained in:
parent
c395d2d54a
commit
7b4d629ab0
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@ return {
|
||||||
"NvimTreeCursorLine",
|
"NvimTreeCursorLine",
|
||||||
-- disable Neotree CursorLine
|
-- disable Neotree CursorLine
|
||||||
"NeoTreeCursorLine",
|
"NeoTreeCursorLine",
|
||||||
|
-- disable Telescope active selection background
|
||||||
|
"TelescopeSelection",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
require("transparent").clear_prefix("BufferLine")
|
require("transparent").clear_prefix("BufferLine")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue