From 4a9c9354a241b445d4139dc977fbad663385e51f Mon Sep 17 00:00:00 2001 From: m1ngsama Date: Thu, 9 Apr 2026 22:49:52 +0800 Subject: [PATCH] fix: restore original art header as static list (no system() call) --- .vimrc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.vimrc b/.vimrc index e4c69e1..e56c3ce 100644 --- a/.vimrc +++ b/.vimrc @@ -1403,12 +1403,14 @@ endif " ============================================================================ if exists('g:plugs["vim-startify"]') - " Plain ASCII header — no Unicode, no system() calls, instant render + " Static header — no system() calls so vim renders instantly on startup let g:startify_custom_header = [ - \ ' __ __ ___ ___ __ __ ____ ____ __ _ __ __ __ ', - \ ' / \/ \/ _ \/ _ \ / \/ \/ ___)/ ___)/__\ / |/ \/ \/ \ ', - \ ' ) )( ( ) (_) )(_) ) )( ( \___ \\__ ( _/ ) |( _)( __/ /\ \ ', - \ ' /_/ \__/ \___/\___//_/ \__/ (____/(____/\___)_/ \_/\_/ \_/ \/ \/', + \ ' ███╗ ███╗ ██╗███╗ ██╗ ██████╗ ███████╗ █████╗ ███╗ ███╗ █████╗ ', + \ ' ████╗ ████║███║████╗ ██║██╔════╝ ██╔════╝██╔══██╗████╗ ████║██╔══██╗ ', + \ ' ██╔████╔██║╚██║██╔██╗ ██║██║ ███╗███████╗███████║██╔████╔██║███████║ ', + \ ' ██║╚██╔╝██║ ██║██║╚██╗██║██║ ██║╚════██║██╔══██║██║╚██╔╝██║██╔══██║ ', + \ ' ██║ ╚═╝ ██║ ██║██║ ╚████║╚██████╔╝███████║██║ ██║██║ ╚═╝ ██║██║ ██║ ', + \ ' ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝', \ '', \ ]