diff --git a/init.lua b/init.lua index 0849e771..98da0a97 100644 --- a/init.lua +++ b/init.lua @@ -1214,6 +1214,28 @@ require('lazy').setup({ -- vim.keymap.set({ 'n', 'v' }, 'o', llama_405b_base, { desc = 'llama base' }) end, }, + { + 'yetone/avante.nvim', + event = 'VeryLazy', + build = 'make', + opts = { + -- add any opts here + }, + dependencies = { + 'nvim-tree/nvim-web-devicons', -- or echasnovski/mini.icons + 'stevearc/dressing.nvim', + 'nvim-lua/plenary.nvim', + 'MunifTanjim/nui.nvim', + --- The below is optional, make sure to setup it properly if you have lazy=true + { + 'MeanderingProgrammer/render-markdown.nvim', + opts = { + file_types = { 'markdown', 'Avante' }, + }, + ft = { 'markdown', 'Avante' }, + }, + }, + }, -- The following comments only work if you have downloaded the kickstart repo, not just copy pasted the -- init.lua. If you want these files, they are in the repository, so you can just download them and