aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index cce19369..d9755ed5 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -587,6 +587,9 @@ set noruler
set sessionoptions-=localoptions " No buffer options or mappings
set sessionoptions-=options " No global options or mappings
+" Don't show startup splash screen (I donated)
+set shortmess+=I
+
" Prefix wrapped rows with three dots
set showbreak=...