svrana / neosolarized.nvim

Truecolor solarized theme for neovim in Lua using colorbuddy
Other
158 stars 35 forks source link

fix: require `colorscheme` call to set colorscheme #36

Closed mehalter closed 5 months ago

mehalter commented 5 months ago

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.

Thanks for such a great theme!

svrana commented 5 months ago

Thank you!