From b876a9082ad9ba3ccd4ad93c1df1e07c303ba426 Mon Sep 17 00:00:00 2001 From: mvllow Date: Tue, 26 Dec 2023 12:52:58 -0600 Subject: [PATCH] docs: update wiki pages --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index bce5508..c8af0b6 100644 --- a/readme.md +++ b/readme.md @@ -117,8 +117,9 @@ require('rose-pine').setup({ -- Set colorscheme after options vim.cmd('colorscheme rose-pine') ``` + > [!NOTE] -> For more information on customizing certain plugins such as [Lualine](https://github.com/nvim-lualine/lualine.nvim), [Bufferline](https://github.com/akinsho/bufferline.nvim), and [toggleterm](https://github.com/akinsho/toggleterm.nvim), please [visit the Rose Pine Wiki](https://github.com/rose-pine/neovim/wiki). +> 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