mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
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:
parent
e62bec4788
commit
e81165e84e
1 changed files with 2 additions and 11 deletions
13
readme.md
13
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue