This is part of the Semicolon&Sons Code Diary - consisting of lessons learned on the job. You're in the dependencies category.
Last Updated: 2024-11-23
If the wrapper/connector code doesn't work, first try upgrading the underlying dependency
'junegunn/fzf' started giving some errors when I searched for buffers. I tolerated this for 2 months, assuming that it was a bug with their plugin.
Eventually I realized my fzf
code, on which the vim plugin depends, was woefully out of date and had an API that was mismatched to the modern vim plugin code.