relativenubmer

This commit is contained in:
Simo-Pekka Kerkelä 2015-05-20 20:42:00 +03:00
parent c6effc1b7b
commit c729421bcb

View file

@ -3,6 +3,7 @@ filetype off
set t_Co=256
syntax on
set background=dark
set relativenumber
set backspace=indent,eol,start
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim