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 9c14152 commit 8a80ee7Copy full SHA for 8a80ee7
1 file changed
rplugin/python3/plugin.py
@@ -68,4 +68,10 @@ def copilotChat(self, args: list[str]):
68
self.nvim.command("normal o")
69
70
71
- self.nvim.current.line += "--- End of chat ---"
+ self.nvim.current.line += ""
72
+ self.nvim.command("normal o")
73
+ self.nvim.current.line += "---"
74
75
+ self.nvim.current.line += (
76
+ "If you want to chat again, run :CopilotChat <prompt>."
77
+ )
0 commit comments