Skip to content

Commit

Permalink
feat: add a note for help user to continue the chat
Browse files Browse the repository at this point in the history
chore: add note
  • Loading branch information
jellydn committed Dec 21, 2023
1 parent 9c14152 commit 8a80ee7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion rplugin/python3/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,10 @@ def copilotChat(self, args: list[str]):
self.nvim.command("normal o")

self.nvim.command("normal o")
self.nvim.current.line += "--- End of chat ---"
self.nvim.current.line += ""
self.nvim.command("normal o")
self.nvim.current.line += "---"
self.nvim.command("normal o")
self.nvim.current.line += (
"If you want to chat again, run :CopilotChat <prompt>."
)

0 comments on commit 8a80ee7

Please sign in to comment.