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