mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: Update Readme
This commit is contained in:
parent
baac666a62
commit
cd664edd09
1 changed files with 3 additions and 0 deletions
|
|
@ -40,11 +40,14 @@ use({
|
||||||
- **[Neorg](https://github.com/nvim-neorg/neorg)**
|
- **[Neorg](https://github.com/nvim-neorg/neorg)**
|
||||||
- **[Lspsaga](https://github.com/tami5/lspsaga.nvim)**
|
- **[Lspsaga](https://github.com/tami5/lspsaga.nvim)**
|
||||||
- **[Lualine](https://github.com/hoob3rt/lualine.nvim)**
|
- **[Lualine](https://github.com/hoob3rt/lualine.nvim)**
|
||||||
|
- [Pounce](https://github.com/rlane/pounce.nvim)
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
require('lualine').setup({
|
require('lualine').setup({
|
||||||
options = { theme = 'rose-pine' }
|
options = { theme = 'rose-pine' }
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
- **[Galaxyline fork](https://github.com/NTBBloodbath/galaxyline.nvim)**
|
- **[Galaxyline fork](https://github.com/NTBBloodbath/galaxyline.nvim)**
|
||||||
> This fork by NTBBloodbath allows [custom colors](https://github.com/NTBBloodbath/galaxyline.nvim/blob/main/docs/themes.md#colors-standards)
|
> This fork by NTBBloodbath allows [custom colors](https://github.com/NTBBloodbath/galaxyline.nvim/blob/main/docs/themes.md#colors-standards)
|
||||||
```lua
|
```lua
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue