Skip to content

Commit 8a80ee7

Browse files
committed
feat: add a note for help user to continue the chat
chore: add note
1 parent 9c14152 commit 8a80ee7

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

rplugin/python3/plugin.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,10 @@ def copilotChat(self, args: list[str]):
6868
self.nvim.command("normal o")
6969

7070
self.nvim.command("normal o")
71-
self.nvim.current.line += "--- End of chat ---"
71+
self.nvim.current.line += ""
72+
self.nvim.command("normal o")
73+
self.nvim.current.line += "---"
74+
self.nvim.command("normal o")
75+
self.nvim.current.line += (
76+
"If you want to chat again, run :CopilotChat <prompt>."
77+
)

0 commit comments

Comments
 (0)