Skip to content

Commit e596dde

Browse files
committed
config change test
1 parent d350db2 commit e596dde

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ test.sh
44
nvim
55

66
spell/
7-
lazy-lock.json

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# kickstart.nvim
1+
# kickstart.nvim forked by dennyjj
22

33
## Introduction
44

init.lua

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,6 @@ Kickstart Guide:
4545
4646
TODO: The very first thing you should do is to run the command `:Tutor` in Neovim.
4747
48-
If you don't know what this means, type the following:
49-
- <escape key>
50-
- :
51-
- Tutor
52-
- <enter key>
53-
54-
(If you already know the Neovim basics, you can skip this step.)
55-
5648
Once you've completed that, you can continue working through **AND READING** the rest
5749
of the kickstart init.lua.
5850
@@ -81,7 +73,6 @@ If you experience any errors while trying to install kickstart, run `:checkhealt
8173
I hope you enjoy your Neovim journey,
8274
- TJ
8375
84-
P.S. You can delete this when you're done too. It's your config now! :)
8576
--]]
8677

8778
-- Set <space> as the leader key
@@ -102,7 +93,7 @@ vim.g.have_nerd_font = false
10293
vim.opt.number = true
10394
-- You can also add relative line numbers, to help with jumping.
10495
-- Experiment for yourself to see if you like it!
105-
-- vim.opt.relativenumber = true
96+
vim.opt.relativenumber = true
10697

10798
-- Enable mouse mode, can be useful for resizing splits for example!
10899
vim.opt.mouse = 'a'

0 commit comments

Comments
 (0)