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:
7
.config/nvim/lua/plugins/avante.lua
Normal file
7
.config/nvim/lua/plugins/avante.lua
Normal file
@ -0,0 +1,7 @@
|
||||
require("avante").setup({
|
||||
provider = "copilot",
|
||||
auto_suggestions_provider = "claude",
|
||||
web_search_engine = {
|
||||
provider = "tavily",
|
||||
},
|
||||
})
|
Reference in New Issue
Block a user