This commit is contained in:
2025-08-15 22:30:49 -07:00
parent e803a33497
commit 17a739b0d5
7 changed files with 32 additions and 18 deletions

View File

@@ -1,6 +1,11 @@
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
}