Mofiqul / vscode.nvim

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

fix: global opts due to config not being initialized #123

Closed daephx closed 1 year ago

daephx commented 1 year ago

Fixes #122

It seems that the config module: config.setup was not being initialized without explicitly calling the setup function, which broke vimscript config that is applied via global variables.