We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2514a1d commit 474029dCopy full SHA for 474029d
1 file changed
README.md
@@ -73,6 +73,20 @@ with Neovim 0.12's `vim.pack`
73
vim.pack.add({ src = "https://github.com/catppuccin/nvim", name = "catppuccin" })
74
```
75
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
90
## Usage
91
92
```vim
0 commit comments