summaryrefslogtreecommitdiff
path: root/lua/config/colorpicker.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/config/colorpicker.lua')
-rw-r--r--lua/config/colorpicker.lua22
1 files changed, 11 insertions, 11 deletions
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