File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ vim.g.maplocalleader = ' '
9393-- Set to true if you have a Nerd Font installed and selected in the terminal
9494vim .g .have_nerd_font = false
9595
96- -- [[ Setting options ]]
96+ -- [[ Setting options ]]j
9797-- See `:help vim.opt`
9898-- NOTE: You can change these options as you wish!
9999-- For more options, you can see `:help option-list`
@@ -102,7 +102,7 @@ vim.g.have_nerd_font = false
102102vim .opt .number = true
103103-- You can also add relative line numbers, to help with jumping.
104104-- Experiment for yourself to see if you like it!
105- -- vim.opt.relativenumber = true
105+ vim .opt .relativenumber = true
106106
107107-- Enable mouse mode, can be useful for resizing splits for example!
108108vim .opt .mouse = ' a'
You can’t perform that action at this time.
0 commit comments