From 3a254a980720a3442aae3d421f0e622b20d46162 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 23 Mar 2021 22:53:08 -0400 Subject: back to startify while I figure out what's wrong with dashboard --- lua/nv-startify/init.lua | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'lua/nv-startify/init.lua') diff --git a/lua/nv-startify/init.lua b/lua/nv-startify/init.lua index c066f75f..9f04472f 100644 --- a/lua/nv-startify/init.lua +++ b/lua/nv-startify/init.lua @@ -1,7 +1,10 @@ vim.g.startify_custom_header = { - ' _ ___ ________ __ ', ' / | / / | / / ____/___ ____/ /__ ', - ' / |/ /| | / / / / __ \\/ __ / _ \\', ' / /| / | |/ / /___/ /_/ / /_/ / __/', - ' /_/ |_/ |___/\\____/\\____/\\__,_/\\___/ ' + ' ███╗ ██╗██╗ ██╗ ██████╗ ██████╗ ██████╗ ███████╗', + ' ████╗ ██║██║ ██║██╔════╝██╔═══██╗██╔══██╗██╔════╝', + ' ██╔██╗ ██║██║ ██║██║ ██║ ██║██║ ██║█████╗', + ' ██║╚██╗██║╚██╗ ██╔╝██║ ██║ ██║██║ ██║██╔══╝', + ' ██║ ╚████║ ╚████╔╝ ╚██████╗╚██████╔╝██████╔╝███████╗', + ' ╚═╝ ╚═══╝ ╚═══╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝' } vim.g.webdevicons_enable_startify = 1 -- cgit v1.2.3