return { "yetone/avante.nvim", event = "BufRead", -- lazy = false, version = false, -- Set this to "*" to always pull the latest release version, or set it to false to update to the latest code changes. opts = { -- add any opts here -- for example providers = { openai = { endpoint = "https://openrouter.ai/v1", model = "x-ai/grok-code-fast-1", }, }, }, -- if you want to build from source then do `make BUILD_FROM_SOURCE=true` build = "make", -- build = "powershell -ExecutionPolicy Bypass -File Build.ps1 -BuildFromSource false" -- for windows dependencies = { "nvim-treesitter/nvim-treesitter", "stevearc/dressing.nvim", "nvim-lua/plenary.nvim", "MunifTanjim/nui.nvim", --- The below dependencies are optional, -- "nvim-telescope/telescope.nvim", -- for file_selector provider telescope "ibhagwan/fzf-lua", "hrsh7th/nvim-cmp", -- autocompletion for avante commands and mentions "nvim-tree/nvim-web-devicons", -- or echasnovski/mini.icons "zbirenbaum/copilot.lua", -- for providers='copilot' "HakonHarnes/img-clip.nvim", }, }