From 1b3475bb126e0091988aaf974a3f5f166ab96e24 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 8 May 2024 00:08:34 +0100 Subject: [PATCH] Disable `hlsearch` I'll re-add it if I miss it. --- lua/opdavies/options.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/opdavies/options.lua b/lua/opdavies/options.lua index 23e8188..5339fb9 100644 --- a/lua/opdavies/options.lua +++ b/lua/opdavies/options.lua @@ -11,6 +11,7 @@ local settings = { foldmethod = "indent", formatoptions = "clqjp", hidden = false, + hlsearch = false, inccommand = "split", linebreak = true, list = true,