From 5dce232e36d35312f949b50e86061f920005fe18 Mon Sep 17 00:00:00 2001 From: Marcelo Jacobus Date: Mon, 30 Jun 2025 13:56:43 -0300 Subject: [PATCH] Nowrap --- lua/user/options.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/user/options.lua b/lua/user/options.lua index e929763..bdd9cd3 100644 --- a/lua/user/options.lua +++ b/lua/user/options.lua @@ -20,6 +20,7 @@ vim.opt.signcolumn = "yes" vim.opt.updatetime = 300 vim.opt.scrolloff = 8 vim.opt.splitright = true +vim.opt.wrap = false -- Diagnostic config