From e32e1ef011101d6e8108a5f4db3154c134dc186b Mon Sep 17 00:00:00 2001 From: Jose Carvajal Date: Mon, 26 May 2025 13:51:06 -0600 Subject: [PATCH] Update config from local --- lua/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/options.lua b/lua/options.lua index c1a70a54..4be7408a 100644 --- a/lua/options.lua +++ b/lua/options.lua @@ -7,7 +7,7 @@ vim.o.number = true -- You can also add relative line numbers, to help with jumping. -- Experiment for yourself to see if you like it! --- vim.o.relativenumber = true +vim.o.relativenumber = true -- Enable mouse mode, can be useful for resizing splits for example! vim.o.mouse = 'a'