diff --git a/README.md b/README.md index f3b71fa..4ec6b3c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # avante.nvim (Alpha) -**avante.nvim** is a Neovim plugin designed to emulate the behavior of the Cursor AI IDE, providing users with AI-driven code suggestions and the ability to apply these recommendations directly to their source files with minimal effort. +**avante.nvim** is a Neovim plugin designed to emulate the behavior of the [Cursor](https://www.cursor.com) AI IDE, providing users with AI-driven code suggestions and the ability to apply these recommendations directly to their source files with minimal effort. ⚠️⚠️ **WARNING: This plugin is still in a very early stage of development, so please be aware that the current code is very messy and unstable, and problems are likely to occur.** @@ -112,6 +112,15 @@ The following key bindings are available for use with `avante.nvim`: - **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. +## TODOs + +- [x] Chat with current file +- [x] Apply diff patch +- [ ] Chat with selected block +- [ ] Chat with project +- [ ] Chat with selected files +- [ ] Auto suggestion and completion + ## 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.