From f73511b3647c0e6d0115c28d4b739d4c44c98c30 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Tue, 9 May 2023 21:05:00 +0200 Subject: [PATCH] add hlsearch --- after/plugin/defaults.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/after/plugin/defaults.lua b/after/plugin/defaults.lua index 1e23a9b..449b0a8 100644 --- a/after/plugin/defaults.lua +++ b/after/plugin/defaults.lua @@ -10,6 +10,8 @@ vim.opt.showmode = false vim.opt.relativenumber = true vim.opt.listchars = 'tab:» ,extends:›,precedes:‹,nbsp:·,trail:·,eol:↵' +vim.opt.hlsearch = true + -- global status line ftw vim.opt.laststatus = 3 -- sometimes handy, sometimes not, still evaluating