copilot plugin and updates

This commit is contained in:
cy 2024-11-29 20:14:10 -05:00
parent 235b2d14fb
commit e9860d8808
4 changed files with 22 additions and 11 deletions

View file

@ -73,3 +73,10 @@ end
keymap.set("i", "<C-A>", "<HOME>")
keymap.set("i", "<C-E>", "<END>")
-- copilot
vim.keymap.set('i', '<C-J>', 'copilot#Accept("\\<CR>")', {
expr = true,
replace_keycodes = false
})
vim.g.copilot_no_tab_map = true