Mofiqul / vscode.nvim

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

Change vim.g.vscode_transparency check to vim.g.vscode_transparent #75

Closed yochem closed 2 years ago

yochem commented 2 years ago

The suggested fix from my comment on #71.

I can also make the backwards compatibility more complete/complex:

  1. check vim.g.transparent == 1
  2. check vim.g.transparent == true
  3. check vim.g.transparency == 1
  4. check vim.g.transparency == true

Let me know if you want this to be as complete as possible.

yochem commented 2 years ago

closing this for #76.