Skip to content

Commit 50a0312

Browse files
MN-nagyoriori1703
authored andcommitted
Refactor: Removed duplicated opt; improve clarity with description
1 parent 4d28c2c commit 50a0312

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
@@ -119,7 +119,7 @@ vim.schedule(function() vim.o.clipboard = 'unnamedplus' end)
119119
-- Enable break indent
120120
vim.o.breakindent = true
121121

122-
-- Save undo history
122+
-- Enable undo/redo changes even after closing and reopening a file
123123
vim.o.undofile = true
124124

125125
-- Case-insensitive searching UNLESS \C or one or more capital letters in the search term
@@ -164,9 +164,6 @@ vim.o.scrolloff = 10
164164
-- See `:help 'confirm'`
165165
vim.o.confirm = true
166166

167-
-- Enable undo/redo changes even after closing and reopening a file
168-
vim.o.undofile = true
169-
170167
-- Disable line wrapping
171168
vim.o.wrap = false
172169

0 commit comments

Comments
 (0)