From cc5ca2e8c8fa3cf2e60321fdb0cb4ddb66551ff2 Mon Sep 17 00:00:00 2001 From: bh Date: Wed, 12 Nov 2025 23:57:20 +0800 Subject: Initial Commit --- lua/config/colorpicker.lua | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lua/config/colorpicker.lua (limited to 'lua/config/colorpicker.lua') diff --git a/lua/config/colorpicker.lua b/lua/config/colorpicker.lua new file mode 100644 index 0000000..39772be --- /dev/null +++ b/lua/config/colorpicker.lua @@ -0,0 +1,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 + -- cgit v1.2.3