diff --git a/README.md b/README.md index af45124..2f410e8 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,16 @@ Contributions to avante.nvim are welcome! If you're interested in helping out, p See [wiki](https://github.com/yetone/avante.nvim/wiki) for more recipes and tricks. +## Acknowledgments + +We would like to express our heartfelt gratitude to the contributors of the following open-source projects, whose code has provided invaluable inspiration and reference for the development of avante.nvim: + +| Nvim Plugin | Functionality | Where did we use | +| --- | --- | --- | +| [git-conflict.nvim](https://github.com/akinsho/git-conflict.nvim) | Diff comparison functionality | https://github.com/yetone/avante.nvim/blob/main/lua/avante/diff.lua | +| [CopilotChat.nvim](https://github.com/CopilotC-Nvim/CopilotChat.nvim) | Request logic for Copilot's API | https://github.com/yetone/avante.nvim/blob/main/lua/avante/providers/copilot.lua | + +The high quality and ingenuity of these projects' source code have been immensely beneficial throughout our development process. We extend our sincere thanks and respect to the authors and contributors of these projects. It is the selfless dedication of the open-source community that drives projects like avante.nvim forward. ## License