[vim] disable vim "splash screen"

This commit is contained in:
Fernando Schauenburg 2018-04-15 11:19:03 +02:00
parent 354a0e2894
commit 0a2787f251

View file

@ -37,6 +37,7 @@ set nocompatible
set number
set scrolloff=5
set shiftwidth=4
set shortmess+=I
set showmatch
set noshowmode
set sidescrolloff=5