vim-transparent icon indicating copy to clipboard operation
vim-transparent copied to clipboard

Provide an option to disable auto enable transparent

Open RomaLzhih opened this issue 4 months ago • 0 comments

Hi developers,

I didn't use the code below in my configuration, why will the plugin automatically enable the transparent? Is there any option that I can disable it? Thanks.

augroup transparent
    autocmd VimEnter,ColorScheme * call MyTransparent()
augroup END

RomaLzhih avatar Sep 02 '25 03:09 RomaLzhih