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

[neovim] Refactor

This commit is contained in:
2025-02-21 16:24:32 +01:00
parent b8fcf02379
commit 8d7675acf4
8 changed files with 67 additions and 38 deletions

View File

@ -1,5 +1,9 @@
require("avante").setup({
provider = "copilot",
-- provider = "copilot",
provider = "claude",
claude = {
api_key_name = "cmd:secret-tool lookup description ANTHROPIC_API_KEY",
},
web_search_engine = {
provider = "tavily",
},