vim.opt.wrap = true -- softwrap the text vim.opt.linebreak = true -- do not break in the middle of words vim.opt.tabstop = 3 vim.opt.softtabstop = 3 vim.opt.shiftwidth = 3 vim.opt.expandtab = true