From c269e7dabf3c5da8bde6b094f721f60e36ad4184 Mon Sep 17 00:00:00 2001 From: AramMarkarov Date: Thu, 4 Dec 2025 11:10:52 +0100 Subject: [PATCH] disabled line wrapping --- lua/options.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lua/options.lua b/lua/options.lua index c9d8ec1..35c4e23 100644 --- a/lua/options.lua +++ b/lua/options.lua @@ -17,8 +17,7 @@ vim.opt.scrolloff = 8 vim.opt.signcolumn = "yes:1" vim.opt.isfname:append("@-@") vim.opt.updatetime = 50 -vim.opt.colorcolumn = "80" -vim.opt.textwidth = 80 +vim.opt.textwidth = 0 vim.opt.formatoptions = "rqnj" vim.o.sessionoptions = "blank,buffers,curdir,folds,help,tabpages,winsize,winpos,terminal,localoptions" vim.o.laststatus = 3