Skip to content

Commit 2f32489

Browse files
committed
fix: fix readme
1 parent f41f866 commit 2f32489

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@ This plugin provides a bridge between neovim and the [opencode](https://github.c
2020

2121
## Main Features
2222

23+
### Chat Panel
24+
25+
The chat panel is a dedicated window inside Neovim that lets you hold a persistent conversation with the opencode AI agent. It displays your previous messages and responses, and automatically uses your current workspace and editor state as context so you can iterate on code without leaving Neovim. You can type prompts, review answers, and navigate back to your code buffer while keeping the ongoing chat session open.
26+
2327
<div align="center">
2428
<img src="https://github.com/user-attachments/assets/197d69ba-6db9-4989-97ff-557c89000cf5">
2529
</div>
2630

27-
### Chat Panel
28-
2931
### Quick buffer chat (<leader>o/) EXPERIMENTAL
3032

3133
This is an experimental feature that allows you to chat with the AI using the current buffer context. In visual mode, it captures the selected text as context, while in normal mode, it uses the current line. The AI will respond with quick edits to the files that are applied by the plugin.

0 commit comments

Comments
 (0)