mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(nvim): color-picker
This commit is contained in:
parent
66efc4acca
commit
d18c31e58c
4 changed files with 21 additions and 0 deletions
12
.config/nvim/after/plugin/colorpicker.lua
Normal file
12
.config/nvim/after/plugin/colorpicker.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
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",
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue