File tree Expand file tree Collapse file tree 3 files changed +6
-17
lines changed
Expand file tree Collapse file tree 3 files changed +6
-17
lines changed Original file line number Diff line number Diff line change @@ -24,17 +24,16 @@ FEATURES *catppuccin-features*
2424
2525INSTALLATION *catppuccin-installation*
2626
27- lazy.nvim < https://github.com/folke/lazy.nvim >
27+ with Neovim 0.12’s ` vim .pack`
2828
2929>lua
30- { " catppuccin/nvim", name = "catppuccin", priority = 1000 }
30+ vim.pack.add({ src = " https://github.com/ catppuccin/nvim ", name = "catppuccin" })
3131<
3232
33- mini.deps
34- <https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-deps.md >
33+ lazy.nvim <https://github.com/folke/lazy.nvim >
3534
3635>lua
37- add({ source = "catppuccin/nvim", name = "catppuccin" })
36+ { "catppuccin/nvim", name = "catppuccin", priority = 1000 }
3837<
3938
4039packer.nvim <https://github.com/wbthomason/packer.nvim >
@@ -43,18 +42,13 @@ packer.nvim <https://github.com/wbthomason/packer.nvim>
4342 use { "catppuccin/nvim", as = "catppuccin" }
4443<
4544
46- with Neovim 0.12’s `vim .pack`
47-
48- >lua
49- vim.pack.add({ src = "https://github.com/catppuccin/nvim ", name = "catppuccin" })
50- <
51-
5245rocks.nvim <https://github.com/nvim-neorocks/rocks.nvim >
5346
5447>vim
5548 :Rocks install catppuccin.nvim
5649<
5750
51+
5852VIM SUPPORT ~
5953
6054Support for Vim is provided through the `vim ` branch.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11---
22whiskers:
3- version: 2.5.1
3+ version: ^ 2.5.1
44 matrix:
55 - flavor
66 filename: "lua/catppuccin/palettes/{{flavor.identifier}}.lua"
You can’t perform that action at this time.
0 commit comments