This commit is contained in:
Geoc2022 2025-04-14 10:46:39 -04:00
parent 34e7d29aa7
commit c225ecda9a
8 changed files with 201 additions and 48 deletions

View file

@ -0,0 +1,12 @@
return {
"github/copilot.vim",
init = function()
vim.keymap.set('i', '<C-J>', 'copilot#Accept("\\<CR>")', {
expr = true,
replace_keycodes = false
})
vim.g.copilot_no_tab_map = true
end
-- "zbirenbaum/copilot.lua",
}