From bf4c1d31045ad107f223b62edbab20a0f7a219d6 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 7 Aug 2020 21:25:39 -0400 Subject: async task integration --- plug-config/start-screen.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plug-config/start-screen.vim') 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' -- cgit v1.2.3