From 72e354ba27779de48ab33a1ab5e7c6a17bbc662d Mon Sep 17 00:00:00 2001 From: Wenderson Barros <80543969+WendersonBarros@users.noreply.github.com> Date: Tue, 26 Dec 2023 15:53:58 -0300 Subject: [PATCH] docs: link to plugin configurations and recipes (#189) --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 36a6637..343a587 100644 --- a/readme.md +++ b/readme.md @@ -120,6 +120,9 @@ vim.cmd('colorscheme rose-pine') -- vim.cmd('colorscheme rose-pine-dawn') ``` +> [!NOTE] +> Visit the [wiki](https://github.com/rose-pine/neovim/wiki) for [plugin configurations](https://github.com/rose-pine/neovim/wiki/Plugin-configurations) and [recipes](https://github.com/rose-pine/neovim/wiki/Recipes). + ## Contributing We welcome and appreciate contributions of any kind. Create an issue or start a discussion for any proposed changes. Pull requests are encouraged for supporting additional plugins.