mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
Update readme.md
Extended description for Structured Setup lazy.nvim
This commit is contained in:
parent
07a887a7be
commit
7d85573621
1 changed files with 12 additions and 0 deletions
12
readme.md
12
readme.md
|
|
@ -26,6 +26,18 @@ Install `rose-pine/neovim` using your favourite plugin manager:
|
|||
```lua
|
||||
{ "rose-pine/neovim", name = "rose-pine" }
|
||||
```
|
||||
If you use "Structured Setup":
|
||||
|
||||
```lua
|
||||
--plugins/rose-pine.lua
|
||||
return {
|
||||
"rose-pine/neovim",
|
||||
name = "rose-pine",
|
||||
config = function()
|
||||
vim.cmd("colorscheme rose-pine")
|
||||
end
|
||||
}
|
||||
```
|
||||
|
||||
## Gallery
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue