NvChad / base46

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

NeoVim default theme #298

Closed hubcio2115 closed 7 months ago

hubcio2115 commented 7 months ago

In NeoVim 0.10 there will be a new default theme added. Is it possible to set the new default theme in base46 on neovim-nightly?

If so, how to do it?

If not I'm more than willing to create a PR that will add this functionality.

siduck commented 7 months ago

if you just mean it for syntax then remove the dofile code for treesitter in its config function

or if u mean for whole then remove all instances of dofile code i.e overriding the config function of all plugins we have & main init.lua

hubcio2115 commented 7 months ago

Thank you for the tip.