chore(plugins): removed copilot paste keymap

pull/1386/head
Juliano Barbosa 8 months ago
parent 8aba6f8dc9
commit 63d6426b87
No known key found for this signature in database
GPG Key ID: EB8B440F57360B3D

@ -12,6 +12,7 @@ return {
},
build = ':Copilot auth',
config = function()
-- vim.keymap.set('n', '<leader>pp', ':set invpaste<CR>', { noremap = true, desc = 'Co[p]ilot [P]aste' })
vim.keymap.set('i', '<C-J>', 'copilot#Accept("\\<CR>")', {
expr = true,
replace_keycodes = false,

Loading…
Cancel
Save