mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(nvim): change default chat model to Claude Sonnet 4
This commit is contained in:
@@ -1,13 +1,15 @@
|
|||||||
-- Chat with GitHub Copilot in Neovim
|
-- Chat with GitHub Copilot in Neovim
|
||||||
-- https://github.com/CopilotC-Nvim/CopilotChat.nvim
|
-- https://github.com/CopilotC-Nvim/CopilotChat.nvim
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"CopilotC-Nvim/CopilotChat.nvim",
|
"CopilotC-Nvim/CopilotChat.nvim",
|
||||||
branch = "canary",
|
branch = "canary",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
{ "zbirenbaum/copilot.lua" }, -- or github/copilot.vim
|
{ "zbirenbaum/copilot.lua" }, -- or github/copilot.vim
|
||||||
{ "nvim-lua/plenary.nvim" }, -- for curl, log wrapper
|
{ "nvim-lua/plenary.nvim" }, -- for curl, log wrapper
|
||||||
},
|
},
|
||||||
opts = {},
|
opts = {
|
||||||
},
|
model = "claude-sonnet-4",
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user