mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
docs: add lualine.nvim theme guide
I had to find this information within a reddit post and I thought it was relevant that the documentation for the theme itself had this available
This commit is contained in:
parent
92762f4fa2
commit
ebf0336f5e
1 changed files with 11 additions and 0 deletions
11
readme.md
11
readme.md
|
|
@ -117,6 +117,17 @@ require('rose-pine').setup({
|
|||
-- Set colorscheme after options
|
||||
vim.cmd('colorscheme rose-pine')
|
||||
```
|
||||
**[lualine.nvim](https://github.com/wbthomason/packer.nvim)**
|
||||
```lua
|
||||
require('lualine').setup {
|
||||
options = {
|
||||
-- ... your lualine config
|
||||
--- @usage 'rose-pine'|'rose-pine-alt'
|
||||
theme = 'rose-pine',
|
||||
-- ... your lualine config
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue