We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3d02f commit f92f9a2Copy full SHA for f92f9a2
lua/vectorcode/integrations/codecompanion/prompts/nvim.lua
@@ -57,6 +57,7 @@ return require("vectorcode.config").check_cli_wrap(function()
57
pre_hook = function()
58
prepare(rtp)
59
end,
60
+ ignore_system_prompt = true,
61
},
62
prompts = {
63
{
0 commit comments