Skip to content

Commit 4130e78

Browse files
authored
Merge branch 'master' into wsl-config
2 parents 8579d42 + 3338d39 commit 4130e78

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

init.lua

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,7 @@ vim.g.have_nerd_font = false
101101
vim.o.number = true
102102
-- You can also add relative line numbers, to help with jumping.
103103
-- Experiment for yourself to see if you like it!
104-
<<<<<<< HEAD
105104
vim.opt.relativenumber = true
106-
=======
107-
-- vim.o.relativenumber = true
108-
>>>>>>> 3338d3920620861f8313a2745fd5d2be39f39534
109105

110106
-- Enable mouse mode, can be useful for resizing splits for example!
111107
vim.o.mouse = 'a'
@@ -210,6 +206,7 @@ vim.keymap.set('i', '<Esc>', function()
210206
return '<Esc>'
211207
end, { expr = true, silent = true })
212208

209+
213210
-- if performing an operation that would fail due to unsaved changes in the buffer (like `:q`),
214211
-- instead raise a dialog asking if you wish to save the current file(s)
215212
-- See `:help 'confirm'`

0 commit comments

Comments
 (0)