mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-26 23:28:33 +02:00
Added relative number config
This commit is contained in:
parent
4120893b8a
commit
9de873c71f
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -102,7 +102,7 @@ vim.g.have_nerd_font = false
|
||||||
vim.opt.number = true
|
vim.opt.number = true
|
||||||
-- You can also add relative line numbers, to help with jumping.
|
-- You can also add relative line numbers, to help with jumping.
|
||||||
-- Experiment for yourself to see if you like it!
|
-- 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!
|
-- Enable mouse mode, can be useful for resizing splits for example!
|
||||||
vim.opt.mouse = 'a'
|
vim.opt.mouse = 'a'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue