From: Stefan Huber Date: Fri, 12 Aug 2022 15:13:51 +0000 (+0200) Subject: init: Support laststatus=3 X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=commitdiff_plain;h=f1990a36316d5df6e3268074205f42bbcc03c26a init: Support laststatus=3 --- diff --git a/init.vim b/init.vim index 43a4b61..9700a32 100644 --- a/init.vim +++ b/init.vim @@ -43,6 +43,10 @@ set showcmd set tabpagemax=100 +if has('nvim-0.7') + set laststatus=3 +endif + syntax on if filereadable($HOME . '/.vim/lowendbox')