aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2018-03-29 11:08:53 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:27 +0100
commitd8244aaff126cb613543f1e4720af29a538f63c1 (patch)
tree31b7362dc4abb623b72a263e973730b887f49392 /vimrc
parentb140887056ed3b802ff0367f8b6a4f74e0c39fcd (diff)
downloaddotnvim-d8244aaff126cb613543f1e4720af29a538f63c1.tar.gz
dotnvim-d8244aaff126cb613543f1e4720af29a538f63c1.zip
always show the satus line
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 8ef45a4..52a1bc9 100644
--- a/vimrc
+++ b/vimrc
@@ -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\+$/