Update readme.md

Extended description for Structured Setup lazy.nvim
This commit is contained in:
YarLama 2024-12-01 03:32:42 +03:00 committed by GitHub
commit 7d85573621
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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