return { 'zbirenbaum/copilot.lua', cmd = 'Copilot', event = 'VeryLazy', -- loads immediately after UI, not blocked on first keypress opts = { suggestion = { auto_trigger = true, keymap = { accept_word = '', accept_line = '', }, }, }, }