diff options
author | Juan J. Martinez <jjm@usebox.net> | 2018-03-29 11:08:53 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:27 +0100 |
commit | d8244aaff126cb613543f1e4720af29a538f63c1 (patch) | |
tree | 31b7362dc4abb623b72a263e973730b887f49392 /vimrc | |
parent | b140887056ed3b802ff0367f8b6a4f74e0c39fcd (diff) | |
download | dotnvim-d8244aaff126cb613543f1e4720af29a538f63c1.tar.gz dotnvim-d8244aaff126cb613543f1e4720af29a538f63c1.zip |
always show the satus line
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,6 +21,9 @@ filetype plugin indent on " line numbers set number +" always show status +set laststatus=2 + " highlight end of line whitespace highlight WhitespaceEOL ctermbg=red guibg=red match WhitespaceEOL /\s\+$/ |