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
This commit is contained in:
Wenderson Barros 2023-12-24 20:30:24 -04:00 committed by GitHub
commit e81165e84e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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