From 61b6d65060bdecafdb795357c975414a8d8a5ca1 Mon Sep 17 00:00:00 2001 From: mace Date: Fri, 25 Aug 2023 19:51:02 +0200 Subject: [PATCH] hlsearch true --- lua/custom/options.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/custom/options.lua b/lua/custom/options.lua index 763b59f..b352c4d 100644 --- a/lua/custom/options.lua +++ b/lua/custom/options.lua @@ -22,6 +22,7 @@ vim.opt.scrolloff = 8 -- search settings opt.smartcase = true opt.ignorecase = true +opt.hlsearch = true -- appearance opt.termguicolors = true