1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-10-09 03:59:08 +00:00

[neovim] Update plugins

This commit is contained in:
2025-10-03 19:26:56 +02:00
parent 007c830330
commit 0691ed57e7
5 changed files with 40 additions and 34 deletions

View File

@@ -2,9 +2,10 @@ require("avante").setup({
provider = "copilot",
providers = {
copilot = {
-- model = "claude-3.7-sonnet",
model = "claude-sonnet-4",
-- model = "gpt-4.1",
-- model = "claude-3.7-sonnet",
-- model = "claude-sonnet-4",
model = "claude-sonnet-4.5",
timeout = 120000,
},
},