mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-24 21:41:04 +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 = {
|
opts = {
|
||||||
modes = {
|
modes = {
|
||||||
search = {
|
search = {
|
||||||
jump = {
|
enabled = false,
|
||||||
nohlsearch = false,
|
-- jump = {
|
||||||
},
|
-- nohlsearch = false,
|
||||||
|
-- },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue