Currently immediately when you call the setup function this plugin sets the colorscheme. This is not ideal if you have already set :colorscheme and are working with a configuration with multiple colorschemes. This separates out the setup of the user options and the setting of the colors so that you can initialize the plugin without setting the colorscheme. Now the plugin requires :colorscheme neosolarized like any other colorscheme in vim/neovim.
Currently immediately when you call the
setup
function this plugin sets the colorscheme. This is not ideal if you have already set:colorscheme
and are working with a configuration with multiple colorschemes. This separates out thesetup
of the user options and the setting of the colors so that you can initialize the plugin without setting the colorscheme. Now the plugin requires:colorscheme neosolarized
like any other colorscheme in vim/neovim.Thanks for such a great theme!