add avante

This commit is contained in:
Phillip Nguyen 2024-08-26 12:03:51 -07:00 committed by Phillip Nguyen
parent bab92fa887
commit 9f894b2306
1 changed files with 22 additions and 0 deletions

View File

@ -1214,6 +1214,28 @@ require('lazy').setup({
-- vim.keymap.set({ 'n', 'v' }, '<leader>o', llama_405b_base, { desc = 'llama base' }) -- vim.keymap.set({ 'n', 'v' }, '<leader>o', llama_405b_base, { desc = 'llama base' })
end, 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 -- 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 -- init.lua. If you want these files, they are in the repository, so you can just download them and