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