From 31b9d83ff09a06f0614ebc3bafd1eae49d2e02ca Mon Sep 17 00:00:00 2001 From: Mia Date: Wed, 29 Dec 2021 20:49:07 -0800 Subject: [PATCH 1/2] 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 From 7aa9067f7f051d422386be332d9c5d566fa6812b Mon Sep 17 00:00:00 2001 From: Mia Date: Wed, 29 Dec 2021 20:53:30 -0800 Subject: [PATCH 2/2] Maybe don't overwrite the new header --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d5d57c5..f1ab3b6 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,16 @@ +

+ Logo
+ + Catppuccin for NeoVim + +

+

-

😸 Catppuccin for NeoVim

+ + +

-

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

-