Skip to content

Commit 1a7f1b1

Browse files
authored
Merge pull request #7 from sashaaKr/setup_line_number
2 parents 9b1067c + 9a7240b commit 1a7f1b1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

init.lua

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,7 @@ vim.g.have_nerd_font = true
9898
-- NOTE: You can change these options as you wish!
9999
-- For more options, you can see `:help option-list`
100100

101-
-- Make line numbers default
102-
-- vim.o.number = true
103-
-- You can also add relative line numbers, to help with jumping.
104-
-- Experiment for yourself to see if you like it!
101+
vim.o.number = true
105102
vim.o.relativenumber = true
106103

107104
-- Enable mouse mode, can be useful for resizing splits for example!

0 commit comments

Comments
 (0)