this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix avante config

+2 -2
+2 -2
nvim/lua/plugins/avante.lua
··· 5 5 version = false, -- set this if you want to always pull the latest change 6 6 opts = { 7 7 -- add any opts here 8 + provider = "openai", 9 + auto_suggestions_provider = "copilot", 8 10 }, 9 11 -- if you want to build from source then do `make BUILD_FROM_SOURCE=true` 10 12 build = "make", ··· 24 26 opts = { 25 27 -- recommended settings 26 28 default = { 27 - provider = "openai", 28 - auto_suggestions_provider = "copilot", 29 29 embed_image_as_base64 = false, 30 30 prompt_for_file_name = false, 31 31 drag_and_drop = {