Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 5 additions & 11 deletions doc/catppuccin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,16 @@ FEATURES *catppuccin-features*

INSTALLATION *catppuccin-installation*

lazy.nvim <https://github.com/folke/lazy.nvim>
with Neovim 0.12’s `vim.pack`

>lua
{ "catppuccin/nvim", name = "catppuccin", priority = 1000 }
vim.pack.add({ src = "https://github.com/catppuccin/nvim", name = "catppuccin" })
<

mini.deps
<https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-deps.md>
lazy.nvim <https://github.com/folke/lazy.nvim>

>lua
add({ source = "catppuccin/nvim", name = "catppuccin" })
{ "catppuccin/nvim", name = "catppuccin", priority = 1000 }
<

packer.nvim <https://github.com/wbthomason/packer.nvim>
Expand All @@ -43,18 +42,13 @@ packer.nvim <https://github.com/wbthomason/packer.nvim>
use { "catppuccin/nvim", as = "catppuccin" }
<

with Neovim 0.12’s `vim.pack`

>lua
vim.pack.add({ src = "https://github.com/catppuccin/nvim", name = "catppuccin" })
<

rocks.nvim <https://github.com/nvim-neorocks/rocks.nvim>

>vim
:Rocks install catppuccin.nvim
<


VIM SUPPORT ~

Support for Vim is provided through the `vim` branch.
Expand Down
5 changes: 0 additions & 5 deletions justfile

This file was deleted.

2 changes: 1 addition & 1 deletion nvim.tera
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
whiskers:
version: 2.5.1
version: ^2.5.1
matrix:
- flavor
filename: "lua/catppuccin/palettes/{{flavor.identifier}}.lua"
Expand Down