You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,9 @@ We provide a tools gallery for basic usage, which also serves as examples for fu
90
90
| Code editing with LSP information |[Config](https://github.com/you-n-g/simplegpt.nvim/blob/b14c715fda43a0b34cc18ba4394e3440c883f3d5/lua/simplegpt/conf.lua#L157)|[Demo](#code-editing-with-lsp-information)|
91
91
| Code editing with terminal context |[Config](https://github.com/you-n-g/simplegpt.nvim/blob/b14c715fda43a0b34cc18ba4394e3440c883f3d5/lua/simplegpt/conf.lua#L211)|[Demo](#code-editing-with-terminal-context)|
92
92
93
+
Chat
94
+
- Start a buffer and chat: [Demo](#chat-in-a-buffer)
95
+
- Build Chat based on Rich Context: [Demo](#build-chat-based-on-rich-context)
93
96
94
97
More tools are coming soon.
95
98
@@ -198,6 +201,21 @@ The question is constructed by rendering a template. The 't' register serves as
198
201
- Special variables such as `{{content}}`, `{{filetype}}`, and `{{visual}}`.
199
202
- Standard registers like `{{a}}`, `{{b}}`, and `{{c}}`.
0 commit comments