ccc.lua (207B)
1 if not pcall(require, 'ccc') then 2 return 3 end 4 5 local ccc = require('ccc') 6 local mapping = ccc.mapping 7 8 ccc.setup({ highlighter = { auto_enable = false } }) 9 10 vim.keymap.set('n', '<C-c>', '<cmd>CccPick<cr>')
![]() | neovimPersonal neovim configuration files |
git clone git://gtms.dev:neovim | |
Log | Files | Refs |