aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-25 16:45:55 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-25 16:45:55 +1200
commit062e5d765443c09778d889a4a2ef58dd4248af8c (patch)
treee87b0519d401770b99ce04282e9f52b49a3556f4 /vim/vimrc
parentSet 'ttymouse' silently (diff)
downloaddotfiles-062e5d765443c09778d889a4a2ef58dd4248af8c.tar.gz
dotfiles-062e5d765443c09778d889a4a2ef58dd4248af8c.zip
Set 'noruler' in .vimrc
It's off by default in Vim, but NeoVim changed it.
Diffstat (limited to 'vim/vimrc')
-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