From 2fadfc4ad7a7f7cecb1a45ee9ea7acffbe681aa9 Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Thu, 15 Feb 2024 11:39:13 +0100 Subject: [PATCH] =?UTF-8?q?Actually=20I=20don=E2=80=99t=20like=20hls=20by?= =?UTF-8?q?=20default?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/general-options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/general-options.lua b/lua/general-options.lua index 9b2f9af..0a5bfe9 100644 --- a/lua/general-options.lua +++ b/lua/general-options.lua @@ -2,7 +2,7 @@ -- NOTE: You can change these options as you wish! -- Set highlight on search -vim.o.hlsearch = true +vim.o.hlsearch = false -- Make line numbers default vim.wo.number = true