hrsh7th / nvim-cmp

A completion plugin for neovim coded in Lua.
MIT License
7.44k stars 370 forks source link

[Feature request] wildmenu view for cmdline with multiple horizontal lines #1905

Open Song-Tianxiang opened 2 months ago

Song-Tianxiang commented 2 months ago

Wildmenu is excellent for the command line, but its limitation to a single line restricts the number of visible choices. Is it possible to enhance wildmenu to support multiple horizontal lines, thereby improving its functionality and usability?

Song-Tianxiang commented 2 months ago

What we are: image

What I want: image

gegoune commented 2 months ago

Is https://github.com/hrsh7th/cmp-cmdline what you are after?

Song-Tianxiang commented 2 months ago

cmp-cmdline just give me source, actually I have installed cmp-cmdline to get cmdline source. What I want is a UI that show completion window like picture 2. just like we already had, native, wildmenu, 'custom`