Closed this issue a year ago · 1 comments
when i run TransparentEnable, string ^ has been shown in lualine, is any way to hide ?
TransparentEnable
^
I had added the exclude_groups to solve this problem.
exclude_groups
-- transparent background { 'xiyaowong/transparent.nvim', config = function() require('transparent').setup({ exclude_groups = { 'StatusLine', 'StatusLineNC', }, }) end, },