Update copilot settings

This commit is contained in:
Karolis Arbaciauskas 2025-03-27 21:14:39 +02:00
parent 255a01317d
commit d602ccad5d
No known key found for this signature in database
2 changed files with 37 additions and 38 deletions

View file

@ -14,7 +14,9 @@ return {
{
'zbirenbaum/copilot-cmp',
dependencies = 'copilot.lua',
opts = {},
opts = {
copilot_model = 'gpt-4o-copilot', -- Current LSP default is gpt-35-turbo, supports gpt-4o-copilot
},
config = function(_, opts)
local copilot_cmp = require 'copilot_cmp'
copilot_cmp.setup(opts)