chore(nvim): update copilot model

This commit is contained in:
Rob Watson 2025-04-26 07:33:29 +02:00
parent 61e70a3581
commit a3713aef78

View File

@ -7,5 +7,6 @@ vim.defer_fn(function()
suggestion = {
enabled = false,
},
copilot_model = "gpt-o4-mini-copilot",
})
end, 100)