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 a72bc64 commit fc2e9d8Copy full SHA for fc2e9d8
README.md
@@ -23,6 +23,15 @@
23
24
**Note:** To get the expected visuals, you need to insert `set termguicolors` within your `.vimrc` file.
25
26
+### Vim 8+ Packages
27
+
28
+If you have Vim version 8 or later, you can use its provided package manager.
29
+Just run the following command and then start vim:
30
31
+```bash
32
+git clone https://github.com/catppuccin/vim.git ~/.vim/pack/vendor/start/catppuccin
33
+```
34
35
### Manually
36
1. Clone this repository
37
2. Put the `colors` folder inside your `.vim` (or if the `colors` folder already exists, move all the catppuccin palettes inside it)
0 commit comments