From 31b9d83ff09a06f0614ebc3bafd1eae49d2e02ca Mon Sep 17 00:00:00 2001 From: Mia Date: Wed, 29 Dec 2021 20:49:07 -0800 Subject: [PATCH] Alter plugin manager commands Previously, many of the commands for plugin managers installed the package as "nvim" which could be confusing. This pull updates several of them to install the package as "catppuccin" instead, alleviating the confusion --- README.md | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 979f3c6..d5d57c5 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,9 @@ -

- Logo
- - Catppuccin for NeoVim - -

-

- - - +

😸 Catppuccin for NeoVim

+

Warm mid-tone dark theme to show off your vibrant self!

+

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