Skip to content

Commit 474029d

Browse files
committed
doc: add vim support section
1 parent 2514a1d commit 474029d

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,20 @@ with Neovim 0.12's `vim.pack`
7373
vim.pack.add({ src = "https://github.com/catppuccin/nvim", name = "catppuccin" })
7474
```
7575

76+
### vim support
77+
78+
Support for vim is provided through the `vim` branch.
79+
80+
```vim
81+
Plug 'catppuccin/nvim', { 'branch': 'vim', 'as': 'catppuccin' }
82+
```
83+
84+
> ![NOTE]
85+
> Keep in mind that vim support has been dropped
86+
> ([#949](https://github.com/catppuccin/nvim/pull/949)) and this branch won't
87+
> receive further updates unless necessary. For full vim support see
88+
> [catppuccin/vim](https://github.com/catppuccin/vim)
89+
7690
## Usage
7791

7892
```vim

0 commit comments

Comments
 (0)