themaxmarchuk / tailwindcss-colors.nvim

Highlights Tailwind CSS class names when @tailwindcss/language-server is connected
MIT License
54 stars 1 forks source link

[Feature Request]: Support use custom prefix? #4

Open mactanxin opened 1 year ago

mactanxin commented 1 year ago

is it possible if the plugin can read tailwind.config.js or let user define a table of prefixes in config to support it? like I have a tailwind config file comes with

module.exports = {
  prefix: 'tw-',
}

Currently this doesn't work