Mofiqul/dracula.nvim

Transperant bg in readme is wrong

ak1932 opened this issue · 1 comments

In my neovim config in viml
let g:dracula_transparent_bg = 1
does not work
let g:dracula_transparent_bg = v:true
seems to work fine for me though.
BTW, thanks for the neovim port!

let g:dracula_transparent_bg = v:true not working