NvChad / nvim-colorizer.lua

Maintained fork of the fastest Neovim colorizer
Other
708 stars 47 forks source link

fix: Improve individual opts behaviour | #48 #49

Closed Akianonymus closed 1 year ago

Akianonymus commented 1 year ago

See https://github.com/NvChad/nvim-colorizer.lua/issues/48

css is true, names is true: Show names css is true, names is unset: Show names css is true, names is false: Don't show names

james1236 commented 1 year ago

The behaviour as explained in the README looks good, well done!