Set relative number in vimrc

This commit is contained in:
Jonathan Hodgson 2016-11-14 23:00:05 +00:00
parent 49b2f9f4fd
commit 01235806cc

5
.vimrc
View file

@ -4,9 +4,12 @@ set nocompatible
" set syntax highlighting " set syntax highlighting
syntax on syntax on
call pathogen#runtime_append_all_bundles() " start pathogen
call pathogen#infect()
call pathogen#helptags() call pathogen#helptags()
" set relative ruler with current line as real line number
set relativenumber
set number set number
" set tabwidth " set tabwidth