Add github plugin
This commit is contained in:
parent
8aab502cf6
commit
e53cf00a68
|
@ -0,0 +1,10 @@
|
||||||
|
return {
|
||||||
|
'github/copilot.vim',
|
||||||
|
config = function()
|
||||||
|
vim.keymap.set('i', '<C-j>', 'copilot#Accept("\\<CR>")', {
|
||||||
|
expr = true,
|
||||||
|
replace_keycodes = false,
|
||||||
|
})
|
||||||
|
vim.g.copilot_no_tab_map = true
|
||||||
|
end,
|
||||||
|
}
|
Loading…
Reference in New Issue