mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
display line numbers
This commit is contained in:
parent
6bd9eda8c3
commit
323a3c1b80
@ -106,6 +106,9 @@ set lazyredraw
|
|||||||
" For regular expressions turn magic on
|
" For regular expressions turn magic on
|
||||||
set magic
|
set magic
|
||||||
|
|
||||||
|
" For display line numbers
|
||||||
|
set number
|
||||||
|
|
||||||
" Show matching brackets when text indicator is over them
|
" Show matching brackets when text indicator is over them
|
||||||
set showmatch
|
set showmatch
|
||||||
" How many tenths of a second to blink when matching brackets
|
" How many tenths of a second to blink when matching brackets
|
||||||
|
Loading…
Reference in New Issue
Block a user