return {
'github/copilot.vim', -- github copilot
config = function ()
G.g.copilot_no_tab_map = true
G.map({
{"i", '<c-e>', "copilot#Accept()", {silent = true}},
})
end
}