catppuccin/tests/init.vim
2023-03-02 10:23:38 +07:00

13 lines
182 B
VimL

try
call plug#begin()
Plug expand('<sfile>')[0:-16]
call plug#end()
lua require("catppuccin").setup {}
colorscheme catppuccin
catch
echo v:exception
1cq
finally
0cq
endtry