Refactor: Removed duplicated opt; improve clarity with description
This commit is contained in:
parent
552d4fa725
commit
0062333bdd
3
init.lua
3
init.lua
|
|
@ -164,9 +164,6 @@ vim.o.scrolloff = 10
|
||||||
-- See `:help 'confirm'`
|
-- See `:help 'confirm'`
|
||||||
vim.o.confirm = true
|
vim.o.confirm = true
|
||||||
|
|
||||||
-- Enable undo/redo changes even after closing and reopening a file
|
|
||||||
vim.o.undofile = true
|
|
||||||
|
|
||||||
-- Disable line wrapping
|
-- Disable line wrapping
|
||||||
vim.o.wrap = false
|
vim.o.wrap = false
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue