From f0c6e341c3061db7bd282e2f41136229f4fc15f4 Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 21 Jul 2018 13:41:32 -0500 Subject: [PATCH] Vim: Always show status line --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 369785ab..80807547 100644 --- a/.vimrc +++ b/.vimrc @@ -34,6 +34,7 @@ au BufNewFile,BufRead *.py " Set up nice PEP8 indentation set incsearch " Search while you type set number relativenumber " Relative line numbering set encoding=utf-8 +set laststatus=2 " Always show statusbar " For clang_complete " Proper path for Debian Testing