Add relative numbering
This commit is contained in:
parent
c683317532
commit
e58c903762
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ let g:airline#extensions#tabline#enabled = 1
|
||||||
set mouse=a
|
set mouse=a
|
||||||
|
|
||||||
set nu
|
set nu
|
||||||
|
set relativenumber
|
||||||
|
|
||||||
set nowrap
|
set nowrap
|
||||||
set linebreak " if we do wrap, do it at word boundaries
|
set linebreak " if we do wrap, do it at word boundaries
|
||||||
autocmd FileType markdown set wrap
|
autocmd FileType markdown set wrap
|
||||||
|
|
Loading…
Reference in a new issue