1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
return function() -- Enable true color vim.opt.termguicolors = true local ccc = require("ccc") local mapping = ccc.mapping ccc.setup({ highlighter = { auto_enable = true, lsp = true, }, -- add other options here }) end