diff --git a/config/options.nix b/config/options.nix index 0a0e75d..49b67dc 100644 --- a/config/options.nix +++ b/config/options.nix @@ -2,6 +2,7 @@ config.opts = { # General number = true; # Display line numbers. + relativenumber = true; # Enable relative line numbers showmode = false; # Do not show the mode we're editing in. swapfile = false; # Disable vim swapfile. clipboard = "unnamedplus"; # Use the clipboard for all operations.