We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d28c2c commit 50a0312Copy full SHA for 50a0312
init.lua
@@ -119,7 +119,7 @@ vim.schedule(function() vim.o.clipboard = 'unnamedplus' end)
119
-- Enable break indent
120
vim.o.breakindent = true
121
122
--- Save undo history
+-- Enable undo/redo changes even after closing and reopening a file
123
vim.o.undofile = true
124
125
-- Case-insensitive searching UNLESS \C or one or more capital letters in the search term
@@ -164,9 +164,6 @@ vim.o.scrolloff = 10
164
-- See `:help 'confirm'`
165
vim.o.confirm = true
166
167
--- Enable undo/redo changes even after closing and reopening a file
168
-vim.o.undofile = true
169
-
170
-- Disable line wrapping
171
vim.o.wrap = false
172
0 commit comments