Skip to content

Commit 16408d2

Browse files
authored
docs: installation methods (#988)
1 parent 29fd8bd commit 16408d2

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,16 @@ This port of <a href="https://github.com/catppuccin/">Catppuccin</a> is special
5252

5353
## Installation
5454

55-
[lazy.nvim](https://github.com/folke/lazy.nvim)
55+
with Neovim 0.12's `vim.pack`
5656

5757
```lua
58-
{ "catppuccin/nvim", name = "catppuccin", priority = 1000 }
58+
vim.pack.add({ src = "https://github.com/catppuccin/nvim", name = "catppuccin" })
5959
```
6060

61-
[mini.deps](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-deps.md)
61+
[lazy.nvim](https://github.com/folke/lazy.nvim)
6262

6363
```lua
64-
add({ source = "catppuccin/nvim", name = "catppuccin" })
64+
{ "catppuccin/nvim", name = "catppuccin", priority = 1000 }
6565
```
6666

6767
[packer.nvim](https://github.com/wbthomason/packer.nvim)
@@ -70,12 +70,6 @@ add({ source = "catppuccin/nvim", name = "catppuccin" })
7070
use { "catppuccin/nvim", as = "catppuccin" }
7171
```
7272

73-
with Neovim 0.12's `vim.pack`
74-
75-
```lua
76-
vim.pack.add({ src = "https://github.com/catppuccin/nvim", name = "catppuccin" })
77-
```
78-
7973
[rocks.nvim](https://github.com/nvim-neorocks/rocks.nvim)
8074

8175
```vim

0 commit comments

Comments
 (0)