From 39d6c5c2256e11c9b9cff2705f93fbb174abfa63 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Tue, 27 Jan 2026 10:38:09 +0300 Subject: [PATCH] docs: improve direnv.vim attribution; license notice Signed-off-by: NotAShelf Change-Id: I0f171b1fe5b05e5ea63cde75592e4e456a6a6964 --- README.md | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index aa25271..fb5117c 100644 --- a/README.md +++ b/README.md @@ -181,14 +181,24 @@ vim.api.nvim_create_autocmd("User", { }) ``` -## 🫂 Special Thanks +## 🫂 Attributions / Special Thanks -I extend my thanks to the awesome [Lychee](https://github.com/itslychee), -[mrshmllow](https://github.com/mrshmllow) and -[diniamo](https://github.com/diniamo) for their invaluable assistance in the -creation of this plugin. I would also like to thank -[direnv.vim](https://github.com/direnv/direnv.vim) maintainers for their initial -work. +[direnv.vim]: https://github.com/direnv/direnv.vim + +My first thanks go first to the awesome [direnv.vim] (available under the MIT +license) that this plugin draws a lot of inspiration from. It is a small, +practical solution that has served me well. + +[diniamo]: https://github.com/diniamo +[lychee]: https://github.com/itslychee +[mrshmllow]: https://github.com/mrshmllow + +I would also like to extend my thanks to + +I extend my thanks to the awesome [diniamo], [Lychee], [mrshmllow] for their +invaluable assistance in the creation of this plugin. The earlier prototypes of +this plugin were nowhere near what it is today, and thanks to them many +improvements were made possible. ## 📜 License