EdenEast / nightfox.nvim

🦊A highly customizable theme for vim and neovim with support for lsp, treesitter and a variety of plugins.
MIT License
2.91k stars 136 forks source link

fix(cache): move setup guard before load call #331

Closed EdenEast closed 1 year ago

EdenEast commented 1 year ago

Having the did_setup value after the load function was causing cache misses as the flag was not set even when calling setup before load.

Resolves: #330