show the actual line number

This commit is contained in:
Test User 2025-12-04 19:31:31 +02:00
parent 9b1067ccf1
commit 9a7240b926
1 changed files with 1 additions and 4 deletions

View File

@ -98,10 +98,7 @@ vim.g.have_nerd_font = true
-- NOTE: You can change these options as you wish! -- NOTE: You can change these options as you wish!
-- For more options, you can see `:help option-list` -- For more options, you can see `:help option-list`
-- Make line numbers default vim.o.number = true
-- 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! -- Enable mouse mode, can be useful for resizing splits for example!