Skip to content

Commit 78b4bc1

Browse files
committed
docs: add plugin overview section to README
Add comprehensive overview section listing key features of CopilotChat.nvim including: - Copilot Chat integration with selective context sharing - Workspace context awareness - Extensible provider system - Rich chat interface - Built-in prompts - Context-aware responses - Efficient token usage
1 parent 0fc3087 commit 78b4bc1

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@ https://github.com/user-attachments/assets/8cad5643-63b2-4641-a5c4-68bc313f20e6
1616

1717
</div>
1818

19+
# Overview
20+
21+
CopilotChat.nvim is a Neovim plugin that brings GitHub Copilot Chat capabilities directly into your editor. It provides:
22+
23+
- 🤖 Full GitHub Copilot Chat integration with selective context sharing - only sends what you want to share
24+
- 💻 Smart workspace context awareness (buffers, files, git diffs, URLs)
25+
- 🔌 Extensible provider system (supports custom LLM providers like Ollama)
26+
- 📝 Rich chat interface with code completions and diff acceptance
27+
- 🎯 Built-in prompts for common tasks (explain, review, fix, optimize, docs, tests)
28+
- 🔄 Context-aware responses that understand your code and workspace
29+
- ⚡ Efficient token usage with optional tiktoken support
30+
1931
# Requirements
2032

2133
- [Neovim 0.10.0+](https://neovim.io/) - Older versions are not officially supported

0 commit comments

Comments
 (0)