add: add ignore config telescope selection transparant background

This commit is contained in:
asep komarudin 2024-02-26 13:21:38 +07:00
parent c395d2d54a
commit 7b4d629ab0

View file

@ -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")