Vadim Misbakh-Soloviov

Results 83 comments of Vadim Misbakh-Soloviov

i mean GUI interface for that, if any

How about this? ```lua cmp.setup.cmdline('/', { completion = { autocomplete = false }, sources = { { name = 'buffer', option = { keyword_pattern = [=[[^\v[:blank:]].*]=], } } } })...

> Label: can't understand As of thing in `P.S.`: https://asciinema.org/a/gjJE20ad1di6opgk5YNxgVTmY And as of the issue itself - unfortunately, I can't just show it (because it is no any visible mark...

What happens in `11.` on completing after second `/`: ![image](https://user-images.githubusercontent.com/268102/144540907-a5c212cb-9859-4a5d-bffd-5483b8dc1490.png)

Well, maybe I shouldn't use `path` source for `c` mode in the first place :man_shrugging: But then it will only elliminate one part of `11.`. and make this issue be...

Yeah, `files/` itself - is `cmdline`'s result (and yes, I also missed that until posting a similar comment in #19). But as you can see on screenshot, somewhy `cmp-path` ignores...

> but not per icon, globally only. Well, "global only" is useful too, but not having possibility to set per-icon padding will not solve the situation in first post: some...

here, - blue folder icons have long padding by themselves because this icon taken from the font with coloured glyphs (not sure what font exactly, tho), and this icon is...

by the way, I thought I already posted that in some another issue, but can find it. So, I'll try to repeat here: Since some time (currently I have no...

Yeah, I'm also not sure if it is possible to know whether icon will be rendered as double-width, or not. Although... ![image](https://user-images.githubusercontent.com/268102/154003013-827559e1-a2b6-43bd-b712-902aaf958f7e.png) But anyway, I personally see the following idea...