copilot plugin and updates
This commit is contained in:
parent
235b2d14fb
commit
e9860d8808
4 changed files with 22 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue