vim.defer_fn(function() require("copilot").setup({ panel = { enabled = false, auto_refresh = true, }, suggestion = { enabled = false, }, copilot_model = "gpt-o4-mini-copilot", }) end, 100)