From e81165e84e407960ab019151d950e69dffb2904d Mon Sep 17 00:00:00 2001 From: Wenderson Barros <80543969+WendersonBarros@users.noreply.github.com> Date: Sun, 24 Dec 2023 20:30:24 -0400 Subject: [PATCH] docs: linking the project wiki in the readme for easy access to information about plugins As suggested in the PR, I linked the repository wiki which already contained information about lualine and other plugins --- readme.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/readme.md b/readme.md index efeb4ef..bce5508 100644 --- a/readme.md +++ b/readme.md @@ -117,17 +117,8 @@ require('rose-pine').setup({ -- Set colorscheme after options vim.cmd('colorscheme rose-pine') ``` -**[lualine.nvim](https://github.com/nvim-lualine/lualine.nvim)** -```lua -require('lualine').setup { - options = { - -- ... your lualine config - --- @usage 'rose-pine'|'rose-pine-alt' - theme = 'rose-pine', - -- ... your lualine config - } -} -``` +> [!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). ## Contributing