feat: relative line numbers
This commit is contained in:
parent
018c95dbd3
commit
5eaf4e95b0
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
config.opts = {
|
config.opts = {
|
||||||
# General
|
# General
|
||||||
number = true; # Display line numbers.
|
number = true; # Display line numbers.
|
||||||
|
relativenumber = true; # Enable relative line numbers
|
||||||
showmode = false; # Do not show the mode we're editing in.
|
showmode = false; # Do not show the mode we're editing in.
|
||||||
swapfile = false; # Disable vim swapfile.
|
swapfile = false; # Disable vim swapfile.
|
||||||
clipboard = "unnamedplus"; # Use the clipboard for all operations.
|
clipboard = "unnamedplus"; # Use the clipboard for all operations.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue