summaryrefslogtreecommitdiff
path: root/modules/startify.vim
diff options
context:
space:
mode:
authorChristian Chiarulli <[email protected]>2019-02-11 15:19:13 -0500
committerChristian Chiarulli <[email protected]>2019-02-11 15:19:13 -0500
commit8db51aea3a5daa889406e51d3c42199c8ad9b839 (patch)
treeced14faab14ffa0f1d019c65b051575427c154ff /modules/startify.vim
parent18568c43d02779c85de1ce1d7a488c1c01af9022 (diff)
gutentags makes things hang so I need to fix or replace it
Diffstat (limited to 'modules/startify.vim')
-rw-r--r--modules/startify.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/startify.vim b/modules/startify.vim
new file mode 100644
index 00000000..46731681
--- /dev/null
+++ b/modules/startify.vim
@@ -0,0 +1,6 @@
+let g:startify_custom_header = [
+ \ ' _ __ _ ',
+ \ ' / | / /__ ____ _ __(_)___ ___ ',
+ \ ' / |/ / _ \/ __ \ | / / / __ `__ \',
+ \ ' / /| / __/ /_/ / |/ / / / / / / /',
+ \ ' /_/ |_/\___/\____/|___/_/_/ /_/ /_/ ']