summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlliver Schinagl <oliver@schinagl.nl>2017-04-18 07:38:57 (GMT)
committerOlliver Schinagl <oliver@schinagl.nl>2017-04-18 08:30:22 (GMT)
commitb5250728f3747a8db2a8adc0d5a04c7dd525718b (patch)
tree1111baf9164f215e2c998f330b43e373ebb8dd51
parentcffb34af2e3d487afb215658ab5bb38a23e75e86 (diff)
downloaddotfiles-b5250728f3747a8db2a8adc0d5a04c7dd525718b.zip
dotfiles-b5250728f3747a8db2a8adc0d5a04c7dd525718b.tar.gz
dotfiles-b5250728f3747a8db2a8adc0d5a04c7dd525718b.tar.bz2
vim: Enable relative line numbers by default
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 370fdb4..c1397fe 100644
--- a/.vimrc
+++ b/.vimrc
@@ -86,6 +86,7 @@ set listchars=tab:>-,trail:.,extends:>,precedes:<,eol:$
" Always show line numbering
set nu
+set rnu
" Configure airline
let g:airline#extensions#tabline#enabled = 1