From 9de873c71f884e82884c77eb35fe44b9c7f91955 Mon Sep 17 00:00:00 2001 From: Lilium213 Date: Fri, 11 Oct 2024 23:32:05 +0200 Subject: [PATCH 1/2] Added relative number config --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index ea86b792..ea31916e 100644 --- a/init.lua +++ b/init.lua @@ -102,7 +102,7 @@ vim.g.have_nerd_font = false vim.opt.number = true -- You can also add relative line numbers, to help with jumping. -- Experiment for yourself to see if you like it! --- vim.opt.relativenumber = true +vim.opt.relativenumber = true -- Enable mouse mode, can be useful for resizing splits for example! vim.opt.mouse = 'a' From 139d909df9d7620ae8a0985ab5fa04b5fbae6b25 Mon Sep 17 00:00:00 2001 From: Alexander Bulychev <32059521+Lilium213@users.noreply.github.com> Date: Sat, 17 May 2025 13:27:57 +0200 Subject: [PATCH 2/2] Update init.lua --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index ea31916e..1ecc079e 100644 --- a/init.lua +++ b/init.lua @@ -1,5 +1,5 @@ --[[ - +=== ===================================================================== ==================== READ THIS BEFORE CONTINUING ==================== =====================================================================