feat(colorbuddy): Set lazy loading to true

This commit is contained in:
rajvatsal 2024-01-07 13:02:46 +05:30
parent 0229956ba8
commit 58b182d928
2 changed files with 5 additions and 4 deletions

View file

@ -4,5 +4,6 @@ return {
-- local Color, colors, Group, groups, styles = require('colorbuddy').setup()
-- Pallet: https://base16.vercel.app/previews/base16-twilight
-- https://github.com/goolord/alpha-nvim/discussions/16#:~:text=I%27m%20not%20quite%20satisfied%20with%20the%20layout%20yet%2C%20I%20started%20out%20with%20some%20colours%20but%20ended%20up%20omitting%20them%20for%20simplicity.%20Here%27s%20what%20it%20looks%20like%20so%20far%3A
end
end,
lazy = true
}