aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/options.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/options.lua b/lua/options.lua
index 94ee2ed..bb843ad 100644
--- a/lua/options.lua
+++ b/lua/options.lua
@@ -7,7 +7,7 @@
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'