File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 name : StyLua
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 - uses : JohnnyMorganz/stylua-action@v4
1717 with :
1818 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 - name : Install Neovim
1919 uses : MunifTanjim/setup-neovim-action@v1
2020 - name : Run neovim
2626 runs-on : macos-latest
2727
2828 steps :
29- - uses : actions/checkout@v5
29+ - uses : actions/checkout@v6
3030 - name : Install Neovim
3131 run : |
3232 wget -q https://github.com/neovim/neovim/releases/download/nightly/nvim-macos-x86_64.tar.gz
4141 name : Windows
4242 runs-on : windows-latest
4343 steps :
44- - uses : actions/checkout@v5
44+ - uses : actions/checkout@v6
4545 - name : Install Neovim
4646 run : |
4747 C:\msys64\usr\bin\wget.exe -q https://github.com/neovim/neovim/releases/download/nightly/nvim-win64.zip
Original file line number Diff line number Diff line change 1212 contents : write
1313
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 with :
1717 ref : ${{ github.head_ref }}
1818 - name : panvimdoc
3535 contents : write
3636
3737 steps :
38- - uses : actions/checkout@v5
38+ - uses : actions/checkout@v6
3939 with :
4040 ref : ${{ github.head_ref }}
4141 - name : Install Neovim
Original file line number Diff line number Diff line change 1515 with :
1616 release-type : simple
1717 package-name : catppuccin
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 - name : tag stable versions
2020 if : ${{ steps.release.outputs.release_created }}
2121 run : |
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717 runs-on : ubuntu-latest
1818
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 with :
2222 path : nvim
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 with :
2525 ref : user-configs
2626 path : user-configs
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ with Neovim 0.12’s `vim.pack`
5252
5353VIM SUPPORT ~
5454
55- Support for vim is provided through the `vim ` branch.
55+ Support for Vim is provided through the `vim ` branch.
5656
5757vim-plug <https://github.com/junegunn/vim-plug >
5858
@@ -61,10 +61,15 @@ vim-plug <https://github.com/junegunn/vim-plug>
6161<
6262
6363
64- ![ NOTE] Keep in mind that vim support has been dropped (#949
64+ [! NOTE] Keep in mind that Vim support has been dropped (#949
6565 <https://github.com/catppuccin/nvim/pull/949 >) and this branch won’t receive
66- further updates unless necessary. For full vim support see catppuccin/vim
67- <https://github.com/catppuccin/vim >
66+ further updates unless necessary. For full Vim support, see catppuccin/vim
67+ <https://github.com/catppuccin/vim >. Starting from Vim v9.2.0219 and Neovim
68+ 0.12, `catppuccin` is shipped with the editors. Note that it is not maintained
69+ by the Catppuccin organization and follows Vim colorscheme rules
70+ <https://github.com/vim/colorschemes?tab=readme-ov-file#providing-better-tooling-and-documentation-to-authors >
71+ instead of the official Catppuccin style guide
72+ <https://github.com/catppuccin/catppuccin/blob/main/docs/style-guide.md >.
6873
6974USAGE *catppuccin-usage*
7075
You can’t perform that action at this time.
0 commit comments