added plugins

This commit is contained in:
Max Reed 2024-11-20 10:15:47 +01:00
parent 2ba39c6973
commit 83cf11d0ad
13 changed files with 338 additions and 0 deletions

View file

@ -0,0 +1,9 @@
return {
"roobert/tailwindcss-colorizer-cmp.nvim",
-- optionally, override the default options:
config = function()
require("tailwindcss-colorizer-cmp").setup({
color_square_width = 2,
})
end,
}