Skip to content

Commit f92f9a2

Browse files
committed
fix(nvim): make sure to load the custom system prompt
1 parent 4c3d02f commit f92f9a2

File tree

1 file changed

+1
-0
lines changed
  • lua/vectorcode/integrations/codecompanion/prompts

1 file changed

+1
-0
lines changed

lua/vectorcode/integrations/codecompanion/prompts/nvim.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ return require("vectorcode.config").check_cli_wrap(function()
5757
pre_hook = function()
5858
prepare(rtp)
5959
end,
60+
ignore_system_prompt = true,
6061
},
6162
prompts = {
6263
{

0 commit comments

Comments
 (0)