diff --git a/neovim/options.lua b/neovim/options.lua index 3ac11ae..f1f934a 100644 --- a/neovim/options.lua +++ b/neovim/options.lua @@ -14,8 +14,8 @@ vim.opt.expandtab = true -- scroll offset vim.opt.scrolloff = 4 --- don't warp lines -vim.opt.wrap = false +-- wrap lines +vim.opt.wrap = true -- split to right/below vim.opt.splitright = true