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

@ -118,7 +118,4 @@ autocmd("FileType", {
})
-- color-picker
local opts = { noremap = true, silent = true }
map("n", "<C-c>", "<cmd>PickColor<cr>", opts)
map("i", "<C-c>", "<cmd>PickColorInsert<cr>", opts)
map("n", "<C-c>", function() vim.cmd "CccPick" end, { silent = true })