flash.nvim: disable jump on search

This commit is contained in:
Ralph Azucena 2024-04-12 15:59:29 -07:00
parent 0cb67bca42
commit 3f96bb135f

View file

@ -4,9 +4,10 @@ return {
opts = {
modes = {
search = {
jump = {
nohlsearch = false,
},
enabled = false,
-- jump = {
-- nohlsearch = false,
-- },
},
},
},