File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" })
7070use { " 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
You can’t perform that action at this time.
0 commit comments