vim-transparent
vim-transparent copied to clipboard
Provide an option to disable auto enable transparent
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