Vim: Always show status line

This commit is contained in:
Salt 2018-07-21 13:41:32 -05:00
parent a77fd36efe
commit f0c6e341c3

1
.vimrc
View File

@ -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