diff --git a/.gitignore b/.gitignore index 005b535b..8a192cab 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,3 @@ test.sh nvim spell/ -lazy-lock.json diff --git a/README.md b/README.md index 8ace8b9b..d11a915f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# kickstart.nvim +# kickstart.nvim forked by dennyjj ## Introduction diff --git a/init.lua b/init.lua index 776c6873..3681d82e 100644 --- a/init.lua +++ b/init.lua @@ -45,14 +45,6 @@ Kickstart Guide: TODO: The very first thing you should do is to run the command `:Tutor` in Neovim. - If you don't know what this means, type the following: - - - - : - - Tutor - - - - (If you already know the Neovim basics, you can skip this step.) - Once you've completed that, you can continue working through **AND READING** the rest of the kickstart init.lua. @@ -81,7 +73,6 @@ If you experience any errors while trying to install kickstart, run `:checkhealt I hope you enjoy your Neovim journey, - TJ -P.S. You can delete this when you're done too. It's your config now! :) --]] -- Set as the leader key @@ -102,7 +93,7 @@ vim.g.have_nerd_font = false 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'