This commit is contained in:
Veighnsche 2024-06-18 23:29:23 +02:00
parent eadd71a4d6
commit a4d72a6d1e
2 changed files with 12 additions and 33 deletions

View file

@ -102,7 +102,7 @@ vim.g.have_nerd_font = true
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'