This commit is contained in:
Alexander Bulychev 2025-05-23 10:14:07 +08:00 committed by GitHub
commit 5303b05821
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
--[[
===
=====================================================================
==================== READ THIS BEFORE CONTINUING ====================
=====================================================================
@ -102,7 +102,7 @@ vim.g.have_nerd_font = false
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!
vim.o.mouse = 'a'