nvim-colorizer.lua icon indicating copy to clipboard operation
nvim-colorizer.lua copied to clipboard

Bug: Tailwind does not work when `names` option is false

Open MrRoiz opened this issue 1 year ago • 2 comments

Describe the bug I wanted to set up this plugin to give colorizing support to tailwind classes but, I don't want to colorize every word matching with a color name, but tailwind option only seems to work when names option is true image

To Reproduce Set names option as false and then tailwind colorizing won't work anymore

Expected behavior With names option set as false it should still work for tailwind classes

Screenshots

  • tailwind option set as true and names option to default
    image
  • tailwind option set as true and names options also set as true
    image

Operating System: Ubuntu 22.10 x86_64

Neovim Version: v0.9.0

Colorizer Version: Command below does not print anything find ~/.config/nvim/ -type d -name 'nvim-colorizer.lua' -exec git rev-parse HEAD \; here's the installation data (from lazy)
image

Additional context N/A

MrRoiz avatar May 04 '23 23:05 MrRoiz