update
This commit is contained in:
parent
e7b383cc02
commit
52811be998
30
init.lua
30
init.lua
|
|
@ -1213,36 +1213,6 @@ require('lazy').setup({
|
|||
-- vim.keymap.set({ 'n', 'v' }, '<leader>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
|
||||
|
|
|
|||
Loading…
Reference in New Issue