Skip to content

Commit

Permalink
fix(pack/tailwindcss): colorize for nvim-colorizer
Browse files Browse the repository at this point in the history
Signed-off-by: taskylizard <[email protected]>
  • Loading branch information
taskylizard authored and luxus committed Mar 19, 2023
1 parent 659d949 commit 0a400f8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lua/astrocommunity/pack/tailwindcss/tailwindcss.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,12 @@ return {
end
end,
},
{
"NvChad/nvim-colorizer.lua",
opts = {
user_default_options = {
tailwind = true,
},
},
},
}

0 comments on commit 0a400f8

Please sign in to comment.