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

[neovim] Tidy up blink and avante confs

This commit is contained in:
2025-02-07 18:43:12 +01:00
parent 3d5ae14006
commit d2322c41da
5 changed files with 38 additions and 24 deletions

View File

@ -0,0 +1,7 @@
require("avante").setup({
provider = "copilot",
auto_suggestions_provider = "claude",
web_search_engine = {
provider = "tavily",
},
})