fix!: remove nvim-colorizer.lua It actually wasn't even enabled and I'll add hipatterns with optional tailwind support soon

This commit is contained in:
Folke Lemaitre
2023-05-25 21:55:05 +02:00
parent 95e2a07f16
commit 9c7821e681

View File

@ -18,14 +18,6 @@ return {
},
},
},
{
"NvChad/nvim-colorizer.lua",
opts = {
user_default_options = {
tailwind = true,
},
},
},
{
"hrsh7th/nvim-cmp",
dependencies = {