Daniel Nägele
Daniel Nägele
I like the idea! What telescope-undo does is basically calling undo on the real buffer and calculating a diff between each `u` call in between. When done, it restores to...
Oh, and the obligatory: If you're motivated to work on this I'm happy to help you out and answer any questions, but I'll get to doing it myself in time...
I got around to implementing this, feel free to test it out and let me know your thoughts. It's available on branch `feat/compare_to_current` ([here](https://github.com/debugloop/telescope-undo.nvim/tree/feat/compare_to_current), comes with some docs in the...
Well that's the weird part, it seems to work for the full diff for a test file, but the diff on a "real" history looks to weird to be the...
This might have been looking so very weird because of #50. I'll look into it once I'm confident to put the fix for that onto main 👍🏻
I've rebased the above mentioned branch with the proof of concept onto that recent fix, and now it looks like it's working 🎉 I'm still not sure whether it's very...
Hi, thanks for trying out flowpipeline! Regarding your first two issues, have you checked whether the actual annotation is done to your liking? I.e., are the missing fields populated in...
Thanks for getting back on this. * I will look into that, as well as the caching. I think I am looking at a thorough rewrite with this, so if...
Additionally: I use `completion.list.selection = "auto_insert"` and sometimes I don't accept a result but just continue to type. Signature help does not kick in then either. E.g. I complete a...