Andrei Scripcaru
Andrei Scripcaru
Hey guys! Are there any plans on merging this or should we rollback to DBAL v3?
> I tried all the popular jump plugins and settled on [pounce.nvim](https://github.com/rlane/pounce.nvim). > > In contrast with label-based options, it allows to type a target word and do the jump....
I am also looking for a solution to integrate this with $fetch and useFetch, have you got any progress?
If not possible to integrate with their fetches I would love to have a guide on how to manually type their fetches to match this library.
> To add middleware support in `0.9.0` this library internally switched from `fetch(url, init)` to `fetch(new Request())` so the full Request could be passed (and modified) through middleware. > >...