File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ vim.g.have_nerd_font = false
102
102
vim .opt .number = true
103
103
-- You can also add relative line numbers, to help with jumping.
104
104
-- Experiment for yourself to see if you like it!
105
- -- vim.opt.relativenumber = true
105
+ vim .opt .relativenumber = true
106
106
107
107
-- Enable mouse mode, can be useful for resizing splits for example!
108
108
vim .opt .mouse = ' a'
@@ -114,9 +114,9 @@ vim.opt.showmode = false
114
114
-- Schedule the setting after `UiEnter` because it can increase startup-time.
115
115
-- Remove this option if you want your OS clipboard to remain independent.
116
116
-- See `:help 'clipboard'`
117
- vim .schedule (function ()
118
- vim .opt .clipboard = ' unnamedplus'
119
- end )
117
+ -- vim.schedule(function()
118
+ -- vim.opt.clipboard = 'unnamedplus'
119
+ -- end)
120
120
121
121
-- Enable break indent
122
122
vim .opt .breakindent = true
You can’t perform that action at this time.
0 commit comments