diff options
| author | Robert Günzler <r@gnzler.io> | 2020-06-17 18:06:16 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-06-17 18:06:16 +0200 |
| commit | cf0b38afa81a3ea4bb6a2c479328ad826aa2b87a (patch) | |
| tree | 3d9883d71ab26561db0393c1e276f7bdbb7b2554 /.vim/plug.vim | |
| parent | 9b5a1d1dc2ad9636b5f31a0ea092595d582e13a9 (diff) | |
vim: tweak daymode, move to yui for day theme
Diffstat (limited to '.vim/plug.vim')
| -rw-r--r-- | .vim/plug.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vim/plug.vim b/.vim/plug.vim index 64ca543..131fb59 100644 --- a/.vim/plug.vim +++ b/.vim/plug.vim @@ -35,7 +35,7 @@ call plug#begin('~/.vim/plugged') " Plug 'lotabout/skim', " \ { 'on': 'SK', 'dir': '~/.skim', 'do': './install'} - Plug 'liuchengxu/vim-clap' " interactive finder / dispatcher + Plug 'liuchengxu/vim-clap', { 'do': ':Clap install-binary!' } " interactive finder / dispatcher " Misc Plug 'junegunn/vim-easy-align', @@ -79,6 +79,7 @@ call plug#begin('~/.vim/plugged') " Colorschemes Plug 'NLKNguyen/papercolor-theme' + Plug 'cideM/yui' " Local " Plug '~/devel/projects/nihon-theme/vim' |