return {
'uga-rosa/ccc.nvim',
config = function()
require('ccc').setup({
highlighter = {
auto_enable = true,
lsp = true,
},
})
end,
}