diff options
author | Chris <[email protected]> | 2020-08-07 21:25:39 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-08-07 21:25:39 -0400 |
commit | bf4c1d31045ad107f223b62edbab20a0f7a219d6 (patch) | |
tree | 9e60a7092af3ef162dd9932a62b5ea204c4c0d3a /plug-config/start-screen.vim | |
parent | 793766232b1cb812f021126064d99922a3dc8ba9 (diff) |
async task integration
Diffstat (limited to 'plug-config/start-screen.vim')
-rw-r--r-- | plug-config/start-screen.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plug-config/start-screen.vim b/plug-config/start-screen.vim index 2e926721..28d7f649 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' |