mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2025-12-31 05:42:30 +00:00
update 2025-10-08 chore: update readme Update 2025-10-09 Update 2025-10-15 Update 2025-10-22 Update 2025-10-31
17 lines
285 B
Lua
17 lines
285 B
Lua
return {
|
|
"catgoose/nvim-colorizer.lua",
|
|
event = "BufReadPre",
|
|
opts = {
|
|
user_default_options = {
|
|
names = false,
|
|
css = true,
|
|
css_fn = true,
|
|
tailwind = true,
|
|
tailwind_opts = {
|
|
update_names = true,
|
|
},
|
|
sass = { enable = true, parsers = { "css" } },
|
|
},
|
|
},
|
|
}
|