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

add the configuration to show line numbers

This commit is contained in:
androidyue 2018-12-20 21:25:32 +08:00 committed by GitHub
parent 96b46f56ae
commit aed5a5bd9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,6 +78,9 @@ endif
"Always show current position "Always show current position
set ruler set ruler
"Show line numbers
set number
" Height of the command bar " Height of the command bar
set cmdheight=2 set cmdheight=2