diff --git a/generate/vim_template/themes/catppuccin/catppuccin.bundle b/generate/vim_template/themes/catppuccin/catppuccin.bundle new file mode 100644 index 000000000..f0e5bda7a --- /dev/null +++ b/generate/vim_template/themes/catppuccin/catppuccin.bundle @@ -0,0 +1 @@ +Plug 'catppuccin/vim', { 'as': 'catppuccin' } \ No newline at end of file diff --git a/generate/vim_template/themes/catppuccin/catppuccin.vim b/generate/vim_template/themes/catppuccin/catppuccin.vim new file mode 100644 index 000000000..3eaba86a1 --- /dev/null +++ b/generate/vim_template/themes/catppuccin/catppuccin.vim @@ -0,0 +1 @@ +colorscheme catppuccin \ No newline at end of file