add(nvim): use ccc instead

This commit is contained in:
Léana 江 2023-11-19 13:00:44 +01:00 committed by Léana 江
parent d18c31e58c
commit 1a7c5afa15
4 changed files with 4 additions and 19 deletions

View file

@ -1,12 +0,0 @@
require "color-picker".setup { -- for changing icons & mappings
["icons"] = { "-", "·" },
["border"] = "rounded",
["background_highlight_group"] = "NormalFloat",
["border_highlight_group"] = "FloatBorder",
["text_highlight_group"] = "Normal",
["keymap"] = {
["H"] = "<Plug>ColorPickerSlider5Decrease",
["L"] = "<Plug>ColorPickerSlider5Increase",
},
}