diff --git a/users/modules/global/vim.nix b/users/modules/global/vim.nix index 68282ec..14c715c 100644 --- a/users/modules/global/vim.nix +++ b/users/modules/global/vim.nix @@ -12,6 +12,7 @@ history = 50; ignorecase = true; smartcase = true; + relativenumber = true; mouse = "a"; number = true; tabstop = 4;