diff --git a/init.lua b/init.lua index a926468c..ef2a3dab 100644 --- a/init.lua +++ b/init.lua @@ -1213,36 +1213,6 @@ require('lazy').setup({ -- vim.keymap.set({ 'n', 'v' }, 'o', llama_405b_base, { desc = 'llama base' }) 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', lazy = false, -- lazy loading handled internally