From 12b7bbd6f7158e49840cfeff325f76eb03250cde Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 29 Jun 2020 00:00:01 +0200 Subject: vim: use ayu for day theme --- .vim/plug.vim | 1 + 1 file changed, 1 insertion(+) (limited to '.vim/plug.vim') diff --git a/.vim/plug.vim b/.vim/plug.vim index 5578cc3..3a45d98 100644 --- a/.vim/plug.vim +++ b/.vim/plug.vim @@ -80,6 +80,7 @@ call plug#begin('~/.vim/plugged') " Colorschemes Plug 'NLKNguyen/papercolor-theme' Plug 'cideM/yui' + Plug 'ayu-theme/ayu-vim' " Local " Plug '~/devel/projects/nihon-theme/vim' -- cgit 1.4.1