commit af839a7fc5db61857d6fcb4b18a9e4a039134f8e
parent 5a4f1b9552c4547cb4fe9785d5ba04cb147520e5
Author: Chris Bracken <chris@bracken.jp>
Date: Mon, 26 Jun 2017 11:25:59 -0700
Only show status line if > 1 window
This is the default on vim, but not on neovim.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.vim/vimrc b/.vim/vimrc
@@ -47,6 +47,7 @@ set hlsearch " Highlight search
set visualbell " Less noise
set number " Relative line numbering
set ruler " Show row/col in status
+set laststatus=1 " Only show status line if > 1 window
set showmatch " Flash matching paren
set history=50 " 50 lines of cmdline history
set wildmenu " Nicer autocomplete