feat: relative line numbers

This commit is contained in:
♥ Minnie ♥ 2025-03-17 23:35:50 +08:00
parent 018c95dbd3
commit 5eaf4e95b0
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -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.