This commit is contained in:
Phillip Nguyen 2025-06-06 16:53:27 +07:00 committed by Phillip Nguyen
parent e7b383cc02
commit 52811be998
1 changed files with 0 additions and 30 deletions

View File

@ -1213,36 +1213,6 @@ 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 = {
-- provider = 'deepseek',
-- vendors = {
-- deepseek = {
-- __inherited_from = 'openai',
-- api_key_name = 'DEEPSEEK_API_KEY',
-- endpoint = 'https://api.deepseek.com',
-- model = 'deepseek-coder',
-- },
-- }, -- 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' },
},
},
},
{ {
'saghen/blink.cmp', 'saghen/blink.cmp',
lazy = false, -- lazy loading handled internally lazy = false, -- lazy loading handled internally