diff --git a/.vimrc b/.vimrc index bf9d1481..f31751c5 100644 --- a/.vimrc +++ b/.vimrc @@ -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