From 0591955c5e6aacbb5312fdffbd92d1d22d072f17 Mon Sep 17 00:00:00 2001 From: yetone Date: Wed, 28 Aug 2024 12:27:06 +0800 Subject: [PATCH] docs: acknowledgments (#302) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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