diff options
author | Chris <[email protected]> | 2020-05-09 00:36:34 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-05-09 00:36:34 -0400 |
commit | 481d63b57e524553e6cb2624288afb160e359db7 (patch) | |
tree | 78c24f383835f9007346ea2db03ca1046a259a30 /plug-config | |
parent | 86bb86e4f111e4353a1ac14ac3cf2844391ee8b1 (diff) |
beginning which key
Diffstat (limited to 'plug-config')
-rw-r--r-- | plug-config/start-screen.vim | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plug-config/start-screen.vim b/plug-config/start-screen.vim index eb2d5bd7..8024fa16 100644 --- a/plug-config/start-screen.vim +++ b/plug-config/start-screen.vim @@ -1,9 +1,9 @@ let g:startify_custom_header = [ - \ ' _ __ _ __ ___ __ ___ ', - \ ' / |/ / __(_)_ _ / |/ /__ _____/ / |_ |', - \ ' / / |/ / / ` \ / /|_/ / _ `/ __/ _ \ / __/ ', - \ '/_/|_/|___/_/_/_/_/ /_/ /_/\_,_/\__/_//_/ /____/ ', + \ ' _ __ _ __ ___ __ ___ ', + \ ' / |/ / __(_)_ _ / |/ /__ _____/ / |_ |', + \ ' / / |/ / / ` \ / /|_/ / _ `/ __/ _ \ / __/ ', + \ ' /_/|_/|___/_/_/_/_/ /_/ /_/\_,_/\__/_//_/ /____/ ', \] let g:startify_session_dir = '~/.config/nvim/session' |