1
0
mirror of https://github.com/pgrondek/config.git synced 2024-11-21 19:43:42 +00:00

[vim] switch to relative line numbers

This commit is contained in:
Przemysław Grondek 2019-11-26 10:38:13 +01:00
parent 4ed787d23e
commit fe18bdcfd6

View File

@ -20,6 +20,7 @@ set laststatus=2 " Always show a status bar
set scrolloff=3 " Keep n lines when scrolling
set showcmd " show command in bar
set number " show line numbers
set relativenumber " relative line numbers
set wildmenu " visual autocomplete for command menu
set tabpagemax=10