mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
flash.nvim: disable jump on search
This commit is contained in:
parent
0cb67bca42
commit
3f96bb135f
1 changed files with 4 additions and 3 deletions
|
|
@ -4,9 +4,10 @@ return {
|
|||
opts = {
|
||||
modes = {
|
||||
search = {
|
||||
jump = {
|
||||
nohlsearch = false,
|
||||
},
|
||||
enabled = false,
|
||||
-- jump = {
|
||||
-- nohlsearch = false,
|
||||
-- },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue