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