From 6aad814b687fc2243dfc15dfc8ff1063a8efd6ce Mon Sep 17 00:00:00 2001 From: Hammy <58985301+sgoudham@users.noreply.github.com> Date: Sun, 5 Apr 2026 16:20:49 +0100 Subject: [PATCH 1/3] refactor: remove justfile & add `^` to whiskers version --- justfile | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 justfile diff --git a/justfile b/justfile deleted file mode 100644 index df660f2b2..000000000 --- a/justfile +++ /dev/null @@ -1,5 +0,0 @@ -_default: - @just list - -build: - whiskers nvim.tera From 1503d544dcd58a9d013c60e9eefaa7d09da8cc91 Mon Sep 17 00:00:00 2001 From: Hammy <58985301+sgoudham@users.noreply.github.com> Date: Sun, 5 Apr 2026 16:21:13 +0100 Subject: [PATCH 2/3] Update nvim.tera --- nvim.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim.tera b/nvim.tera index 6361f6af0..4cd8b261c 100644 --- a/nvim.tera +++ b/nvim.tera @@ -1,6 +1,6 @@ --- whiskers: - version: 2.5.1 + version: ^2.5.1 matrix: - flavor filename: "lua/catppuccin/palettes/{{flavor.identifier}}.lua" From 2789087a84b5bd1e8ee5ee04b0c586f4819fa17a Mon Sep 17 00:00:00 2001 From: sgoudham <58985301+sgoudham@users.noreply.github.com> Date: Sun, 5 Apr 2026 15:21:50 +0000 Subject: [PATCH 3/3] docs: auto generate vimdoc --- doc/catppuccin.txt | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/doc/catppuccin.txt b/doc/catppuccin.txt index b7b6d9915..97ace73f6 100644 --- a/doc/catppuccin.txt +++ b/doc/catppuccin.txt @@ -24,17 +24,16 @@ FEATURES *catppuccin-features* INSTALLATION *catppuccin-installation* -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 - +lazy.nvim >lua - add({ source = "catppuccin/nvim", name = "catppuccin" }) + { "catppuccin/nvim", name = "catppuccin", priority = 1000 } < packer.nvim @@ -43,18 +42,13 @@ 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 >vim :Rocks install catppuccin.nvim < + VIM SUPPORT ~ Support for Vim is provided through the `vim` branch.