Added relative numbering

This commit is contained in:
Wryn Wagner
2020-02-06 09:47:59 -07:00
parent 20441f05a6
commit 883cd6fca2
3 changed files with 7 additions and 27 deletions

View File

@ -9,6 +9,8 @@ set formatoptions=lj
let &t_co=256 " use 256-color
set number " show line numbers
set relativenumber
set autoindent " match indentation with next line
set smartindent " match indentation with syntax