maxmx03 / dracula.nvim

Dracula.nvim is a port of the popular Dracula colorscheme for Neovim,
MIT License
83 stars 6 forks source link

Allow nvim-tree to have a transparent background pane #31

Closed alexdovzhanyn closed 4 months ago

alexdovzhanyn commented 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.