1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-03 00:49:26 +00:00

[neovim] Update avante/copilot conf

This commit is contained in:
2025-06-08 20:21:56 +02:00
parent 1d673bd84b
commit 22263d4618
2 changed files with 6 additions and 7 deletions

View File

@ -1,6 +1,7 @@
require("copilot").setup({
suggestion = { enabled = false },
panel = { enabled = false },
copilot_model = "claude-3.7-sonnet-thought",
filetypes = {
dockerfile = true,
go = true,