From 31b9d83ff09a06f0614ebc3bafd1eae49d2e02ca Mon Sep 17 00:00:00 2001
From: Mia
-
-
-
- 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