From 2e50fb95a89b2d9c31c27dd704d60782c6240673 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 16 May 2024 21:13:42 -0400 Subject: [PATCH] Disable the startup message --- vim/config/settings.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/config/settings.vim b/vim/config/settings.vim index 4598f4c..db74371 100644 --- a/vim/config/settings.vim +++ b/vim/config/settings.vim @@ -66,6 +66,7 @@ set scrolloff=5 "scroll vertically when the cursor is 5 characters away from the top or bottom set sidescroll=1 sidescrolloff=5 "scroll horizontally when the cursor is 5 chars away from the edge set list listchars=tab:>-,trail:- "display tabs as: >--- and trailing spaces as: - + set shortmess+=I "disable startup message set showmatch "show matching open bracket when closed bracket is inserted set matchtime=5 "the amount of time before the matching bracket will highlight let &showbreak = "" "character to prepend to wrapped lines when line wrapping is enabled