-- lua/kickstart/plugins/copilot-vim.lua
return {
'github/copilot.vim',
event = 'InsertEnter', -- Lazy-load on insert
}