Skip to content

Commit

Permalink
neovim: Always update avante.
Browse files Browse the repository at this point in the history
  • Loading branch information
TechDufus committed Jan 29, 2025
1 parent f9144d1 commit 2a0c825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/neovim/files/lua/plugins/avante.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ return {
"yetone/avante.nvim",
event = "VeryLazy",
lazy = false,
version = false, -- set this if you want to always pull the latest change
version = '*', -- set this if you want to always pull the latest change
opts = {
provider = "openai",
auto_suggestions_provider = "openai",
Expand Down

0 comments on commit 2a0c825

Please sign in to comment.