format the copilot file
This commit is contained in:
parent
c727cd6cb6
commit
c046282675
|
@ -1,10 +1,10 @@
|
||||||
return { -- Copilot
|
return { -- Copilot
|
||||||
'github/copilot.vim',
|
'github/copilot.vim',
|
||||||
init = function()
|
init = function()
|
||||||
vim.keymap.set('i', '<C-J>', 'copilot#Accept("\\<CR>")', {
|
vim.keymap.set('i', '<C-J>', 'copilot#Accept("\\<CR>")', {
|
||||||
expr = true,
|
expr = true,
|
||||||
replace_keycodes = false
|
replace_keycodes = false,
|
||||||
})
|
})
|
||||||
vim.g.copilot_no_tab_map = true
|
vim.g.copilot_no_tab_map = true
|
||||||
end
|
end,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue