Mofiqul / vscode.nvim

Neovim/Vim color scheme inspired by Dark+ and Light+ theme in Visual Studio Code
MIT License
695 stars 112 forks source link

fix: Change vim.g.transparency check to vim.g.transparent #76

Closed baco closed 2 years ago

baco commented 2 years ago

Also test for boolean values of backwards compatible configs on top of the already tested integer values.

baco commented 2 years ago

@yochem here is the fix. Closes #71

yochem commented 2 years ago

maybe add it to the the disable_nvimtree_bg option too? so it checks for both true and 1. That would make it most complete.

baco commented 2 years ago

Ok, it wasn't there in the first place (the check for equality with the literal 1), that's why I didn't bother, but I get the sense of completeness in adding it there too.