aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-03-05 11:21:13 +0100
committerMateja <mail@matejamaric.com>2021-03-05 11:21:13 +0100
commit62869518f80ed1d45609d25b07a87d2a87325329 (patch)
tree4031297aba9805bbad523811bea99a3d98059814
parentba274693c95692788e2300e5cddb2f7934edcdd0 (diff)
downloaddotfiles-62869518f80ed1d45609d25b07a87d2a87325329.tar.gz
dotfiles-62869518f80ed1d45609d25b07a87d2a87325329.zip
Set Vim to use relative line numbers.
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index bd34f79..1abc9ea 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,4 +1,5 @@
set number
+set relativenumber
syntax on
set cindent