From 6c81e38e15455fb3074d9d46c94ec2c951b5a382 Mon Sep 17 00:00:00 2001 From: bh Date: Thu, 9 Apr 2026 15:46:00 +0800 Subject: Fix indentation --- lua/config/colorpicker.lua | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'lua/config/colorpicker.lua') diff --git a/lua/config/colorpicker.lua b/lua/config/colorpicker.lua index 39772be..f489b9c 100644 --- a/lua/config/colorpicker.lua +++ b/lua/config/colorpicker.lua @@ -1,16 +1,16 @@ return function() - -- Enable true color - vim.opt.termguicolors = true + -- Enable true color + vim.opt.termguicolors = true - local ccc = require("ccc") - local mapping = ccc.mapping + local ccc = require("ccc") + local mapping = ccc.mapping - ccc.setup({ - highlighter = { - auto_enable = true, - lsp = true, - }, - -- add other options here - }) + ccc.setup({ + highlighter = { + auto_enable = true, + lsp = true, + }, + -- add other options here + }) end -- cgit v1.2.3