nvim: Remove FIXME for fzf instant single selection

We found the correct option and it does not instant-select single result
search anymore.
So we can remove the FIXME since it is indeed fixed.

WIP: ZK workflow improvements
This commit is contained in:
Marty Oehme 2025-08-23 12:39:11 +02:00
parent 1970dc9dbd
commit 590a012782
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -101,7 +101,7 @@ return { -- file/item pickers and managers
}, },
}, },
}, },
defaults = { -- FIXME: Does not seem to work with single result and still closes instantly? defaults = {
jump1 = false, jump1 = false,
}, },
}, },