mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
Update readme.md
This commit is contained in:
parent
7d85573621
commit
44ce625eaa
1 changed files with 12 additions and 9 deletions
23
readme.md
23
readme.md
|
|
@ -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**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue