add: config transparant background

This commit is contained in:
asep komarudin 2024-02-23 22:36:52 +07:00
parent 808891c37b
commit cc3044f070
5 changed files with 242 additions and 46 deletions

View file

@ -0,0 +1,25 @@
return {
-- "xiyaowong/transparent.nvim",
-- event = "BufWinEnter",
-- cmd = { "TransparentToggle", "TransparentEnable", "TransparentDisable" },
-- config = function()
-- require("transparent").clear_prefix("BufferLine")
-- require("transparent").clear_prefix("Lualine")
-- require("transparent").setup({
-- extra_groups = {},
-- exclude_groups = {
-- -- disable active selection backgroun
-- "CursorLine",
-- "CursorLineNR",
-- "CursorLineSign",
-- "CursorLineFold",
-- "Pmenu",
-- "PmenuSel",
-- "PmenuSbar",
-- "PmenuThumb",
-- "NormalFloat",
-- "FloatBorder",
-- },
-- })
-- end,
}