chore: update config

This commit is contained in:
Kiruel 2023-10-27 15:27:08 +02:00
parent 584ba6e536
commit cb2ff3574e
13 changed files with 270 additions and 204 deletions

View file

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