Alex Wall
Alex Wall
> Our pager currently figures out how much of the prefix and the rest of the candidate to show, and ellipsizes the prefix accordingly. > > Since you keep saying...
It seems everyone would be happy with this choice of having just `.../` as the prefix to the file/directory/etc. names(?). If that's indeed the case, I'm wondering how we'd do...
I know I like the prefix just being `…/` consistently (which is also probably a little simpler to implement) because the path completion options one has and a prefixed `…/`...
Works perfectly for me.
Did you find a more promising Python LSP?
I agree that a toggle would be nice; changing the colour doesn't prevent it being including when copying the text from the buffer via a program/selection external to vim (e.g....
Makes sense. Thanks for pointing me to the right place. There could be two flags, one for `ignorecase` and one for `smartcase`, with `true` and `false` values setting the value...
@ggandor If you give the thumbs up on this API, I'm happy to look into throwing in a PR. I just want to avoid putting in the effort if you...
In my opinion (though I have no authority here) it's not breaking; if you're passing in currently-ignored parameters into a function, you're asking for trouble. It''s also hardly a hard-to-track-down...
I'm actually getting this issue too, but only when I navigate using default Telescope file finders (e.g. `:e` doesn't trigger this) and only when I have `cmdheight = 0` set....