Closed zhaozg closed 1 year ago
Thanks you great nvim-cmp, and I used heavily.
nvim-cmp
When I use CmdUndefined to do some plugins lazy-load, just like type Android to load vim-android plugins. But cmp-cmdline not extract command items from CmdUndefined settings.
CmdUndefined
Android
vim-android
cmp-cmdline
So please cmp-cmdline do somethings to support that, or make https://github.com/hrsh7th/cmp-cmdline/blob/main/lua/cmp_cmdline/init.lua#L153 accept items paramater not really in commands lists.
items
If need, I willing make a RP for this issue.
Close by alternative way.
Thanks you great
nvim-cmp
, and I used heavily.When I use
CmdUndefined
to do some plugins lazy-load, just like typeAndroid
to loadvim-android
plugins. Butcmp-cmdline
not extract command items fromCmdUndefined
settings.So please
cmp-cmdline
do somethings to support that, or make https://github.com/hrsh7th/cmp-cmdline/blob/main/lua/cmp_cmdline/init.lua#L153 acceptitems
paramater not really in commands lists.If need, I willing make a RP for this issue.