diff --git a/lua/community.lua b/lua/community.lua index cce9c7f..a53ca6c 100644 --- a/lua/community.lua +++ b/lua/community.lua @@ -6,6 +6,6 @@ return { "AstroNvim/astrocommunity", { import = "astrocommunity.pack.lua" }, - -- { import = "astrocommunity.completion.avante-nvim" }, + { import = "astrocommunity.completion.avante-nvim" }, -- import/override with your plugins folder } diff --git a/lua/plugins/avante-nvim.lua b/lua/plugins/avante-nvim.lua index 6473722..ad300d2 100644 --- a/lua/plugins/avante-nvim.lua +++ b/lua/plugins/avante-nvim.lua @@ -1,4 +1,4 @@ -if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE +-- if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE return { { -- further customize the options set by the community @@ -13,7 +13,7 @@ return { endpoint = "https://api.deepseek.com", model = "deepseek-coder", max_tokens = 8192, - disable_tools = true, + -- disable_tools = true, }, }, },