hrsh7th / cmp-cmdline

nvim-cmp source for vim's cmdline
MIT License
533 stars 40 forks source link

[Feature request] complete shell command #9

Closed rebelot closed 1 year ago

rebelot commented 2 years ago

it would be nice to also get completions for :! and other elements that expand to a shell command I think getcompletion(keyword, 'shellcmd') should do.

hrsh7th commented 1 year ago

Already supported ! cmd. Thank you.