1
0
mirror of https://github.com/amix/vimrc synced 2025-02-28 14:12:51 +08: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
set ruler
"Show line numbers
set number
" Height of the command bar
set cmdheight=2