vim: Show numbers by default

This commit is contained in:
Donovan Glover 2022-01-01 20:54:09 -05:00
parent cb328838ba
commit bcf774fe1d
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -99,6 +99,7 @@ set expandtab " When using <Tab>, replace the tab character wit
set smarttab " Always indent based on column number to align things easier
set mouse=a " Enable mouse support in (a)ll modes
set number " Show numbers by default
" ==========================
" ========= colors =========