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
|
|
@ -116,3 +116,9 @@ autocmd("FileType", {
|
|||
pattern = "undotree",
|
||||
callback = function() map("n", "<leader>gb", ":q<CR>", { buffer = true }) end,
|
||||
})
|
||||
|
||||
-- color-picker
|
||||
local opts = { noremap = true, silent = true }
|
||||
|
||||
map("n", "<C-c>", "<cmd>PickColor<cr>", opts)
|
||||
map("i", "<C-c>", "<cmd>PickColorInsert<cr>", opts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue