xiyaowong / transparent.nvim

Remove all background colors to make nvim transparent
806 stars 23 forks source link

how to make this plugin work for nvim-tree? #18

Closed ChenQX1 closed 1 year ago

ChenQX1 commented 1 year ago

as stated in the title :) thanks ~

kingsleyzissou commented 1 year ago

This seemed to work for me:

require('transparent').setup({
    enable = true,
    extra_groups = {
        'NvimTreeNormal',
        'NvimTreeStatuslineNc',
    },
})
ChenQX1 commented 1 year ago

thanks, it also works for me.

actually the original problem was caused by wrong settings of the everforest scheme.