From 55cd77a19a9a5d9ac91cd0c474ae6f4932030980 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 27 Jun 2018 12:54:23 +1200 Subject: Set 'laststatus' back to 1 in Neovim --- vim/vimrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index df2219d4..15865b87 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -77,6 +77,11 @@ endif " Don't join lines with two spaces at the end of sentences set nojoinspaces +" Don't show a statusline if there's only one window +if has('nvim') " Neovim changed the default to 2 + set laststatus=1 +endif + " Don't redraw the screen during batch execution set lazyredraw -- cgit v1.2.3