vim

vim config files
git clone https://git.bracken.jp/vim.git
Log | Files | Refs | LICENSE

commit e2a60a08cead070af7cc55369e884bc5fb4ecdc0
parent 00e36cbdea72790847fa210e07a9e6d50713852e
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:
Mvimrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/vimrc b/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