Remove vector code from neovim
This commit is contained in:
parent
72ecfa1709
commit
6e8e1e07f4
1 changed files with 0 additions and 14 deletions
|
|
@ -1,12 +1,6 @@
|
|||
return {
|
||||
"olimorris/codecompanion.nvim", -- The KING of AI programming
|
||||
dependencies = {
|
||||
{
|
||||
"Davidyz/VectorCode",
|
||||
version = "*",
|
||||
build = "pipx upgrade vectorcode",
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
},
|
||||
"echasnovski/mini.diff",
|
||||
},
|
||||
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" },
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue