feat(plugins): Add colorbuddy

This commit is contained in:
rajvatsal 2024-01-06 12:51:25 +05:30
parent 63b2024feb
commit 69ead78db2
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,6 @@
return {
'tjdevries/colorbuddy.nvim',
config = function()
-- local Color, colors, Group, groups, styles = require('colorbuddy').setup()
end
}