diff --git a/lua/core/options.lua b/lua/core/options.lua index 2bef9fa..6e671fe 100644 --- a/lua/core/options.lua +++ b/lua/core/options.lua @@ -84,6 +84,6 @@ vim.opt.diffopt:append({ "indent-heuristic", "algorithm:histogram", }) vim.fn.execute("filetype plugin on") vim.opt.hlsearch = true vim.opt.laststatus = 3 -vim.opt.textwidth = 80 -vim.opt.colorcolumn = '+1' +vim.opt.textwidth = 0 +vim.opt.colorcolumn = "81" vim.opt.cmdheight = 0