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:
parent
1970dc9dbd
commit
590a012782
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue