Skip to content

Commit af1ce01

Browse files
changing to relative line number
1 parent 34e7d29 commit af1ce01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ vim.g.maplocalleader = ' '
9393
-- Set to true if you have a Nerd Font installed and selected in the terminal
9494
vim.g.have_nerd_font = false
9595

96-
-- [[ Setting options ]]
96+
-- [[ Setting options ]]j
9797
-- See `:help vim.opt`
9898
-- NOTE: You can change these options as you wish!
9999
-- For more options, you can see `:help option-list`
@@ -102,7 +102,7 @@ vim.g.have_nerd_font = false
102102
vim.opt.number = true
103103
-- You can also add relative line numbers, to help with jumping.
104104
-- Experiment for yourself to see if you like it!
105-
-- vim.opt.relativenumber = true
105+
vim.opt.relativenumber = true
106106

107107
-- Enable mouse mode, can be useful for resizing splits for example!
108108
vim.opt.mouse = 'a'

0 commit comments

Comments
 (0)