tjdevries / colorbuddy.nvim

Your color buddy for making cool neovim color schemes
MIT License
666 stars 24 forks source link

README: best practice section #17

Closed matu3ba closed 8 months ago

matu3ba commented 3 years ago

vim.o.background = light get overwritten to dark unless bg is set during call by colorbuddy, which would be nice to document.

--require('colorbuddy').colorscheme('onebuddy', 'light') would be the correct usage.

Many plugins also use a vim file doing essentially nothing, which doesnt play nice with the lua startup profiler.

Is there a specific reason not to recommend require('colorbuddy').colorscheme('onebuddy', bg) to plugin developers in the README?