mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 05:51:04 +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)
|
require("goto-preview").setup(opts)
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"folke/flash.nvim",
|
||||||
|
opts = {
|
||||||
|
modes = {
|
||||||
|
search = {
|
||||||
|
jump = {
|
||||||
|
nohlsearch = false,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue