We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca14b0 commit 3504bf3Copy full SHA for 3504bf3
home/private_dot_config/nvim/lua/plugins/avante.lua
@@ -2,6 +2,9 @@ return {
2
"yetone/avante.nvim",
3
event = "VeryLazy",
4
version = "*",
5
+ enabled = function()
6
+ return os.getenv("ANTHROPIC_API_KEY") == nil
7
+ end,
8
opts = {
9
behaviour = {
10
auto_suggestions = true,
0 commit comments