brenoprata10 / nvim-highlight-colors

Highlight colors for neovim
696 stars 32 forks source link

tailwind highlight get lower priority #92

Closed BBboy01 closed 5 months ago

BBboy01 commented 5 months ago

CleanShot 2024-05-24 at 14 05 48@2x

in tailwind configured project, colors not use presets

BBboy01 commented 5 months ago

Thanks for your quick reactions :)!

BBboy01 commented 5 months ago

CleanShot 2024-05-24 at 17 31 52@2x

but keeps issue in another case :(

brenoprata10 commented 5 months ago

At this point i recommend disabling tailwind and using only the LSP hahhah

enable_tailwind = false

BBboy01 commented 5 months ago

enable_tailwind = false

it did works better in my case, thanks!