changed to nvim-cmp and addet yet another ai plugin
This commit is contained in:
parent
ffbdf9e4bb
commit
bef9661e9c
3 changed files with 14 additions and 4 deletions
|
@ -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",
|
||||
},
|
||||
},
|
||||
}
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue