Closed alexdovzhanyn closed 4 months ago
config was not being passed to the nvim_set_hl call that was setting the pane background color of nvim-tree. Because of this, the transparent config option was being ignored here. This PR fixes the issue by passing config in to the correct place.
config
nvim_set_hl
transparent
config
was not being passed to thenvim_set_hl
call that was setting the pane background color of nvim-tree. Because of this, thetransparent
config option was being ignored here. This PR fixes the issue by passingconfig
in to the correct place.