return { "github/copilot.vim", config = function() vim.api.nvim_set_keymap("i", "", 'copilot#Accept("")', { silent = true, expr = true }) end }