Skip to content

Commit d6c0db3

Browse files
Zhe YuDavidyz
authored andcommitted
fix(nvim): make sure to load the custom system prompt
1 parent fdbd538 commit d6c0db3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • lua/vectorcode/integrations/codecompanion/prompts

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)