Add copilot

main
Nick Zana 2 months ago
parent 227372f2ce
commit 34752e8b7f

@ -0,0 +1,11 @@
return {
{
"github/copilot.vim",
config = function()
vim.g.copilot_no_tab_map = true
vim.g.copilot_assume_mapped = true
vim.keymap.set("i", "<C-j>", "copilot#Accept('<CR>')", {noremap = true, silent = true, expr=true, replace_keycodes = false })
end
},
}
Loading…
Cancel
Save