1
0
mirror of https://github.com/amix/vimrc synced 2025-02-28 14:12:51 +08:00

display line numbers

This commit is contained in:
KostaNau 2018-09-03 19:31:06 +03:00
parent 6bd9eda8c3
commit 323a3c1b80

View File

@ -106,6 +106,9 @@ set lazyredraw
" For regular expressions turn magic on
set magic
" For display line numbers
set number
" Show matching brackets when text indicator is over them
set showmatch
" How many tenths of a second to blink when matching brackets