mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
don't remove hl after file search
This commit is contained in:
parent
bbefeb33a9
commit
a1555ff8de
1 changed files with 12 additions and 0 deletions
|
|
@ -69,4 +69,16 @@ return {
|
|||
require("goto-preview").setup(opts)
|
||||
end,
|
||||
},
|
||||
{
|
||||
"folke/flash.nvim",
|
||||
opts = {
|
||||
modes = {
|
||||
search = {
|
||||
jump = {
|
||||
nohlsearch = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue