idk and update

This commit is contained in:
Tschierske, Nikki (NE-GI/F) 2024-02-28 12:44:26 +01:00
parent 8abc7ad6a1
commit 280560ae96
10 changed files with 754 additions and 744 deletions

View file

@ -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,
}