Merge pull request #78 from TheExistingOne/patch-1

fix: updating plugin commands to install as `catppuccin`
experiments
Pocco81 3 years ago committed by GitHub
commit e32b73487b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -54,7 +54,7 @@ You can use your favorite plugin manager for this. Here are some examples with t
#### Vim-plug #### Vim-plug
```lua ```lua
Plug 'catppuccin/nvim' Plug 'catppuccin/nvim', {'as': 'catppuccin'}
``` ```
#### Packer.nvim #### Packer.nvim
@ -69,7 +69,7 @@ use({
#### Vundle #### Vundle
```lua ```lua
Plugin 'catppuccin/nvim' Plugin 'catppuccin/nvim', {'name': 'catppuccin'}
``` ```
#### NeoBundle #### NeoBundle

Loading…
Cancel
Save