relative numbers enabled

This commit is contained in:
Jonas Forsberg 2020-07-11 11:29:34 +02:00
parent b3b9f88342
commit c2befd1068
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9

1
.vimrc
View File

@ -28,6 +28,7 @@ set tabstop=4
set shiftwidth=4
set softtabstop=4
set expandtab
set relativenumber
" Pathogen
execute pathogen#infect()