mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
add(nvim): use ccc instead
This commit is contained in:
parent
d18c31e58c
commit
1a7c5afa15
4 changed files with 4 additions and 19 deletions
|
|
@ -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 })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue