changed to nvim-cmp and addet yet another ai plugin

This commit is contained in:
pika 2025-04-04 18:52:12 +02:00
parent ffbdf9e4bb
commit bef9661e9c
3 changed files with 14 additions and 4 deletions

View file

@ -1,4 +1,5 @@
return {
{
"yetone/avante.nvim",
event = "VeryLazy",
version = false, -- Set this to "*" to always pull the latest release version, or set it to false to update to the latest code changes.
@ -56,4 +57,13 @@ return {
ft = { "markdown", "Avante" },
},
},
},
{
"olimorris/codecompanion.nvim",
config = true,
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-treesitter/nvim-treesitter",
},
},
}

View file

@ -1,4 +1,4 @@
-- if true then return {} end
if true then return {} end
-- WARNING: If this line is true, then the plugin will NOT get sourced!
-- NOTE: Has to be commented out if blink should be used

View file

@ -1,6 +1,6 @@
if true then
return {}
end
-- if true then
-- return {}
-- end
-- WARNING: If this line is true, then the plugin will NOT get sourced!
-- NOTE: Has to be commented out if blink should be used