Vim: Enable relative and absolute line numbering

This commit is contained in:
Salt 2017-08-18 13:07:47 -05:00
parent 73921d88c1
commit af7af34f26

4
.vimrc
View File

@ -13,6 +13,10 @@ set autoread
" Use XA_PRIMARY clipboard by default
set clipboard=unnamed
" Enable line numbering
set number
set relativenumber
" Enable 256-color support
" All of my machines support 256-color so this should be fine
set t_Co=256