mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +02:00
fix: transparant background
This commit is contained in:
parent
38df56571a
commit
97dda35744
12 changed files with 37 additions and 370 deletions
|
@ -1,35 +1,35 @@
|
|||
return {
|
||||
-- transparant config
|
||||
-- {
|
||||
-- "xiyaowong/transparent.nvim",
|
||||
-- event = "BufWinEnter",
|
||||
-- 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")
|
||||
-- -- clear prefix for NeoTree
|
||||
-- require("transparent").clear_prefix("NeoTree")
|
||||
-- -- clear prefix for Lualine
|
||||
-- require("transparent").clear_prefix("Lualine")
|
||||
-- require("transparent").setup({
|
||||
-- extra_groups = {},
|
||||
-- exclude_groups = {
|
||||
-- -- disable active selection backgroun
|
||||
-- "CursorLine",
|
||||
-- "CursorLineNR",
|
||||
-- "CursorLineSign",
|
||||
-- "CursorLineFold",
|
||||
-- -- disable nvimtree CursorLine
|
||||
-- "NvimTreeCursorLine",
|
||||
-- -- disable Neotree CursorLine
|
||||
-- "NeoTreeCursorLine",
|
||||
-- },
|
||||
-- })
|
||||
-- end,
|
||||
-- },
|
||||
{
|
||||
"xiyaowong/transparent.nvim",
|
||||
event = "BufWinEnter",
|
||||
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")
|
||||
-- clear prefix for NeoTree
|
||||
require("transparent").clear_prefix("NeoTree")
|
||||
-- clear prefix for Lualine
|
||||
require("transparent").clear_prefix("Lualine")
|
||||
require("transparent").setup({
|
||||
extra_groups = {},
|
||||
exclude_groups = {
|
||||
-- disable active selection backgroun
|
||||
"CursorLine",
|
||||
"CursorLineNR",
|
||||
"CursorLineSign",
|
||||
"CursorLineFold",
|
||||
-- disable nvimtree CursorLine
|
||||
"NvimTreeCursorLine",
|
||||
-- disable Neotree CursorLine
|
||||
"NeoTreeCursorLine",
|
||||
},
|
||||
})
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue