Fabian David Schmidt

Results 137 comments of Fabian David Schmidt

Happy to have this, PR welcome :)

This will not be baked into `egrepify` since any picker supports passing `default_text`. What I have in my configuration is to extract the visual selection. See here https://github.com/fdschmidt93/dotfiles/blob/526fa21bace17a1121edaeb286847baccdaa3d6b/nvim/.config/nvim/lua/plugins/telescope/init.lua#L192-L211 This is...

> Awesome plugin! I had the --fixed-strings option set under telescope's defaults.vimgrep_arguments and couldn't figure out why egrepify wasn't working correctly with the AND operator. Fixed it by running it...

Ah, that's a nightly API. Will change that. Thanks!

> A possible improvement is the "match" highlight. When the highlight happens, it loses the colors. The ideal is just change the background or something like that: I'm not sure...

I'll merge this since it's opt-in anyways but I won't have any time to work/improve this myself until some time in August, to be honest :sweat_smile: But I trust your...

`rg` does not directly support this out-of-the-box. The way this would have to be done right now is via piping (cf. link below). This however adds too much complexity. Another...

Ex-post: I realize you've answered some questions yourself in the edit, but yes, that is the core problem. > the final pattern could look like this: **/{%s}*/**/*{%s}*.{%s} if all default...

I'm afraid this is a mega stupid bug. The solution now is also quite hacky, but anything else didn't seem to always work or would be significantly more complicated. Please...