global/vim: enable relative line numbers

This commit is contained in:
Infinidoge 2024-03-06 23:00:15 -05:00
parent d4a487f654
commit 2c31323753
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -12,6 +12,7 @@
history = 50;
ignorecase = true;
smartcase = true;
relativenumber = true;
mouse = "a";
number = true;
tabstop = 4;