Skip to content

Commit fc2e9d8

Browse files
Documenting Vim 8 package support (#28)
From my experience this Just Works™ without any apparent issues.
1 parent a72bc64 commit fc2e9d8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@
2323

2424
**Note:** To get the expected visuals, you need to insert `set termguicolors` within your `.vimrc` file.
2525

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+
2635
### Manually
2736
1. Clone this repository
2837
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

Comments
 (0)