1
0
Fork 0
mirror of synced 2024-06-01 15:01:10 -04:00

display line number

This commit is contained in:
Caleb Taylor 2019-08-07 12:15:24 -07:00
parent 1f78807246
commit aca5271868

View file

@ -30,6 +30,10 @@
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => General " => General
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Display line numbers
set number
" Sets how many lines of history VIM has to remember " Sets how many lines of history VIM has to remember
set history=500 set history=500