Refactor: Removed duplicated opt; improve clarity with description

pull/1642/head
MN-nagy 1 week ago
parent 87d4ff8a74
commit c2347a5ec6

@ -121,7 +121,7 @@ end)
-- Enable break indent
vim.o.breakindent = true
-- Save undo history
-- Enable undo/redo changes even after closing and reopening a file
vim.o.undofile = true
-- Case-insensitive searching UNLESS \C or one or more capital letters in the search term
@ -166,9 +166,6 @@ vim.o.scrolloff = 10
-- See `:help 'confirm'`
vim.o.confirm = true
-- Enable undo/redo changes even after closing and reopening a file
vim.o.undofile = true
-- Disable line wrapping
vim.o.wrap = false

Loading…
Cancel
Save