Fabian David Schmidt

Results 137 comments of Fabian David Schmidt

Patience? I'm waiting for Conni's feedback as to whether he'd agree that we should have this in this capacity and then I guess I'd write docs. I already pinged him...

> We can do this, the gif looks like fun and there is some demand for it. I also think it doesn't break normal and insert mode. So if you...

Try again, I fixed something that might have caused this. Please next time point out your error rather than pasting unformatted code and provide more context (your initial mode etc)....

> Not sure what you mean by "pointing our your error". Sorry, I wasn't clear, I just meant having to visually parse unhighlighted and unformatted code myself. Either embed it...

I'd be very happy for somebody to take this over assuming @Conni2461 signs off on this being a feature we should incorporate into telescope-core. It's something users requested here and...

Just a heads up, I have a deadline end of next week and may or may not attend to this in detail in between -- apologies for having to wait...

> As far as git pickers go, 'git commits' is working alright with this PR. I now redid the steps manually of detecting the `filetype` `set syntax` and then it...

Apologies for only coming back to this now! `opts.keep_last_buf` is a bit of funny business. I think an easy way to this without convoluting existing logic could be something like...

This is already possible with some customization. The below snippet seems to work for me. ```lua require("telescope.builtin").find_files({ default_text = "your_query", on_complete = { function(picker) local index = 0 -- get...

> Where is the "on_complete" documented? Would require #1954 > Also why are you counting with picker.manager:iter() instead of reading picker.manager.linked_states.size? No reason, just what I recalled in whipping this...