Skip to content

Commit

Permalink
fix(pack): enable tailwindcss color highlighting (AstroNvim#99)
Browse files Browse the repository at this point in the history
fix: enable tailwindcss color highlighting

AstroNvim's default config disables color highlighting for names, which is necessary for tailwind color highlighting to work
  • Loading branch information
Subjective authored and owittek committed Apr 4, 2023
1 parent 8ff92a3 commit 4ec7efd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/astrocommunity/pack/tailwindcss/tailwindcss.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ return {
"NvChad/nvim-colorizer.lua",
opts = {
user_default_options = {
names = true,
tailwind = true,
},
},
Expand Down

0 comments on commit 4ec7efd

Please sign in to comment.