NvChad / base46

NvChad's base46 theme plugin with caching ( Total re-write )
Other
206 stars 201 forks source link

bug: base46 integrations breaks colorscheme to load (v2.5) #293

Closed kayuxx closed 7 months ago

kayuxx commented 7 months ago

Describe the bug base46 integrations on chadrc.lua file will break the colorscheme to load, you can't apply or set another theme since you can't load it.

To Reproduce Steps to reproduce the behavior:

  1. Go to /lua/chadrc.lua
  2. Set the base46 integrations, for e.g M.base46 = { integrations = { "lspsaga", "notify" } }
  3. Save and exit nvim
  4. open nvim again and try to change theme.

Expected behavior apply the integrations that you've set and apply its highlights.

siduck commented 7 months ago

i dont get it, make a video of it. Only those integrations will compile. So if on other places that dofile* function is calling other integrations then not our fault!

siduck commented 7 months ago

image

So you have to remove all instances of that dofile code and override all plugin config functions where it is used