make vim numbers behave sensibly
This commit is contained in:
parent
c5827cf28d
commit
b98edfb17b
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ with lib;
|
||||||
colorscheme PaperColor
|
colorscheme PaperColor
|
||||||
|
|
||||||
set nocompatible
|
set nocompatible
|
||||||
set number
|
set number relativenumber
|
||||||
set numberwidth=1
|
set numberwidth=1
|
||||||
set cursorline
|
set cursorline
|
||||||
set cursorcolumn
|
set cursorcolumn
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue