Update readme.md

This commit is contained in:
mvllow 2024-12-10 09:49:22 -06:00 committed by GitHub
commit 44ce625eaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,23 +13,20 @@
## Getting started
Install `rose-pine/neovim` using your favourite plugin manager:
Install `rose-pine/neovim` using your favourite package manager:
**paq-nvim**
### [pam.nvim](https://github.com/mvllow/pam.nvim)
```lua
{ "rose-pine/neovim", as = "rose-pine" }
{ source = "rose-pine/neovim", as = "rose-pine" }
```
**lazy.nvim**
### [lazy.nvim](https://lazy.folke.io/installation)
**Structured Setup**
```lua
{ "rose-pine/neovim", name = "rose-pine" }
```
If you use "Structured Setup":
```lua
--plugins/rose-pine.lua
-- lua/plugins/rose-pine.lua
return {
"rose-pine/neovim",
name = "rose-pine",
@ -39,6 +36,12 @@ return {
}
```
**Single file**
```lua
{ "rose-pine/neovim", name = "rose-pine" }
```
## Gallery
**Rosé Pine**