From 24d2cc69615cd2d0fa5cc00dd82c338e9f19bfd3 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Fri, 29 Mar 2024 14:25:19 +0000 Subject: [PATCH] feat: better wrapping of lines --- lua/core/options.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lua/core/options.lua b/lua/core/options.lua index 05294a8..5715fe5 100644 --- a/lua/core/options.lua +++ b/lua/core/options.lua @@ -38,8 +38,9 @@ o.autochdir = true -- Fix rendering of ASCII o.linespace = -1 --- Do not wrap lines -o.wrap = false +-- Wrap lines +o.wrap = true +o.linebreak = true -- Disable backups and swapfile o.backup = false