mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-07-22 03:35:53 +02:00
Merge 483e0e871c
into 3338d39206
This commit is contained in:
commit
5303b05821
1 changed files with 2 additions and 2 deletions
4
init.lua
4
init.lua
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue