Skip to content

Commit df2a1f9

Browse files
authored
refactor: remove justfile, add ^ to whiskers version & generate vimdoc (#992)
* refactor: remove justfile & add `^` to whiskers version * Update nvim.tera * docs: auto generate vimdoc
1 parent 16408d2 commit df2a1f9

File tree

3 files changed

+6
-17
lines changed

3 files changed

+6
-17
lines changed

doc/catppuccin.txt

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,16 @@ FEATURES *catppuccin-features*
2424

2525
INSTALLATION *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

4039
packer.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-
5245
rocks.nvim <https://github.com/nvim-neorocks/rocks.nvim>
5346

5447
>vim
5548
:Rocks install catppuccin.nvim
5649
<
5750

51+
5852
VIM SUPPORT ~
5953

6054
Support for Vim is provided through the `vim` branch.

justfile

Lines changed: 0 additions & 5 deletions
This file was deleted.

nvim.tera

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
whiskers:
3-
version: 2.5.1
3+
version: ^2.5.1
44
matrix:
55
- flavor
66
filename: "lua/catppuccin/palettes/{{flavor.identifier}}.lua"

0 commit comments

Comments
 (0)