aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 93621ac2..cd8b0293 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -124,6 +124,9 @@ set nrformats-=octal
set path-=/usr/include " Let the C/C++ filetypes set that
set path+=** " Search current directory's whole tree
+" Disable the ruler
+set noruler
+
" Don't show startup splash screen (I donated)
set shortmess+=I