From 048614ff90d81bdae5a53c94a201e7e1dffa7f70 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Tue, 10 Jan 2017 19:33:48 +0800 Subject: [PATCH] Add scripts --- README.md | 39 +++++++++++++++++---------------- config/plugins/vim-startify.vim | 2 +- 2 files changed, 21 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 7c0c483fe..8c6ed4271 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,3 @@ - - - - ### SpaceVim [![Build Status](https://travis-ci.org/SpaceVim/SpaceVim.svg?branch=dev)](https://travis-ci.org/SpaceVim/SpaceVim) @@ -615,3 +596,23 @@ Key | Mode | Action [operator-surround]: https://github.com/rhysd/vim-operator-surround [textobj-user]: https://github.com/kana/vim-textobj-user [textobj-multiblock]: https://github.com/osyo-manga/vim-textobj-multiblock + + + + + diff --git a/config/plugins/vim-startify.vim b/config/plugins/vim-startify.vim index d5df47666..8bd1f2335 100644 --- a/config/plugins/vim-startify.vim +++ b/config/plugins/vim-startify.vim @@ -12,7 +12,7 @@ let g:startify_custom_header = get(g:, 'startify_custom_header', [ \' | ## ', \' | ## ', \' |__/ ', - \' version : ' . g:spacevim_version . ' by : @SpaceVim', + \' version : ' . g:spacevim_version . ' by : spacevim.org', \'', \ ]) let g:startify_session_dir = $HOME . '/.data/' . ( has('nvim') ? 'nvim' : 'vim' ) . '/session'