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

refactor: handling config and theme initialization #118

Closed daephx closed 1 year ago

daephx commented 1 year ago

When loading the plugin from a plugin manager the themes setup function would apply both configuration and the theme itself. This doesn't seem to be the case for many other popular colorschemes where only default/user configuration is applied on setup allowing the user to choose when to enable the colorscheme via colorscheme {theme} or require('theme').load(style).

While applying these changes there were a few other things I modified.