Skip to content

Commit

Permalink
chore(neovim): disable avante.nvim's auto_suggestion (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
izumin5210 authored Dec 12, 2024
1 parent fc8df34 commit 4ec4bc7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/.config/nvim/lua/plugins/editor/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,6 @@ return {
model = "claude-3-5-sonnet-20240620",
api_key_name = { "op", "read", "op://Personal/anthropic-api-key-avante-nvim/credential" },
},
behaviour = {
auto_suggestions = true,
},
},
},
}

0 comments on commit 4ec4bc7

Please sign in to comment.