1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-03-14 18:55:25 +00:00

[neovim] Use sonnet-3.7 for copilot chat

This commit is contained in:
Daniel Carrillo 2025-03-05 19:44:14 +01:00
parent 846d522a7a
commit 85eca71ca1
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16

View File

@ -34,6 +34,7 @@ require("CopilotChat").setup({
show_user_selection = false,
clear_chat_on_new_prompt = false,
prompts = prompts,
model = "claude-3.7-sonnet-thought",
})
vim.api.nvim_create_autocmd("BufEnter", {