Skip to content

Commit e56b974

Browse files
authored
Update basics.lua
1 parent 4b28d3e commit e56b974

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/basics.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function M.setup(opts)
3636
vim.o.laststatus = config.options.laststatus
3737
vim.o.wrap = config.options.wrap
3838
vim.o.undofile = config.options.undofile
39-
vim.o.whichwrap = config.options.undofile
39+
vim.o.whichwrap = config.options.whichwrap
4040
end
4141
end
4242

0 commit comments

Comments
 (0)