From 17d187c1110b110a0531e241bb058e7aa671e2f9 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sat, 18 Nov 2023 15:23:50 +0100 Subject: [PATCH] Set whichwrap in vim. --- _nvchad_custom/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/_nvchad_custom/init.lua b/_nvchad_custom/init.lua index 81c043a..0dd770a 100644 --- a/_nvchad_custom/init.lua +++ b/_nvchad_custom/init.lua @@ -15,6 +15,7 @@ opt.hlsearch = false opt.shiftround = true opt.relativenumber = false opt.wrap = true +opt.whichwrap = '' opt.writebackup = false opt.clipboard = ""