Remove vector code from neovim

This commit is contained in:
Martin Larsson 2025-05-08 19:17:40 +02:00
parent 72ecfa1709
commit 6e8e1e07f4

View file

@ -1,12 +1,6 @@
return { return {
"olimorris/codecompanion.nvim", -- The KING of AI programming "olimorris/codecompanion.nvim", -- The KING of AI programming
dependencies = { dependencies = {
{
"Davidyz/VectorCode",
version = "*",
build = "pipx upgrade vectorcode",
dependencies = { "nvim-lua/plenary.nvim" },
},
"echasnovski/mini.diff", "echasnovski/mini.diff",
}, },
opts = { opts = {
@ -78,14 +72,6 @@ return {
}, },
}, },
}, },
tools = {
vectorcode = {
description = "Run VectorCode to retrieve the project context.",
callback = function()
return require("vectorcode.integrations").codecompanion.chat.make_tool()
end,
},
},
}, },
inline = { adapter = "copilot" }, inline = { adapter = "copilot" },
}, },