From a1555ff8de23361f8dbeaa7b813f7a243b9d19a3 Mon Sep 17 00:00:00 2001 From: Ralph Azucena Date: Mon, 8 Apr 2024 22:36:43 -0700 Subject: [PATCH] don't remove hl after file search --- lua/plugins/editor_mine.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lua/plugins/editor_mine.lua b/lua/plugins/editor_mine.lua index e20327d..1592e95 100644 --- a/lua/plugins/editor_mine.lua +++ b/lua/plugins/editor_mine.lua @@ -69,4 +69,16 @@ return { require("goto-preview").setup(opts) end, }, + { + "folke/flash.nvim", + opts = { + modes = { + search = { + jump = { + nohlsearch = false, + }, + }, + }, + }, + } }