docs: update roadmap (#231)

This commit is contained in:
yetone 2024-08-26 16:14:54 +08:00 committed by GitHub
parent a1aed57c60
commit c6e7d673fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -209,12 +209,6 @@ The following key bindings are available for use with `avante.nvim`:
- <kbd>]</kbd><kbd>x</kbd> — move to previous conflict
- <kbd>[</kbd><kbd>x</kbd> — move to next conflict
## Roadmap
- **Enhanced AI Interactions**: Improve the depth of AI analysis and recommendations for more complex coding scenarios.
- **Stability Improvements**: Refactor and optimize the codebase to enhance the stability and reliability of the plugin.
- **Expanded Features**: Introduce additional customization options and new features to support a wider range of coding tasks.
## Highlight Groups
| Highlight Group | Description |
@ -237,6 +231,11 @@ The following key bindings are available for use with `avante.nvim`:
- [ ] Chat with project
- [ ] Chat with selected files
## Roadmap
- **Enhanced AI Interactions**: Improve the depth of AI analysis and recommendations for more complex coding scenarios.
- **LSP + Tree-sitter + LLM Integration**: Integrate with LSP and Tree-sitter to provide more accurate code suggestions and analysis.
## Contributing
Contributions to avante.nvim are welcome! If you're interested in helping out, please feel free to submit pull requests or open issues. Before contributing, ensure that your code has been thoroughly tested.