mirror of https://github.com/LazyVim/starter
10 lines
217 B
Lua
10 lines
217 B
Lua
|
return {
|
||
|
"roobert/tailwindcss-colorizer-cmp.nvim",
|
||
|
-- optionally, override the default options:
|
||
|
config = function()
|
||
|
require("tailwindcss-colorizer-cmp").setup({
|
||
|
color_square_width = 2,
|
||
|
})
|
||
|
end,
|
||
|
}
|