Closed pro-anon closed 2 years ago
Is installing ddc.vim, ddc-cmdline, and pum.vim enough to make completions work with nvim-cmp or is this just for your alternative completion framework ddc? @Shougo
nvim-cmp
uses original popup menu framework. So nvim-cmp
cannot use it.
nvim-cmp
already implement ddc-cmdline
feature.
ddc-input
feature is needed.
Sorry. I don't plant this.
FAQ
Announcement
Minimal reproducible full config
Description
Support completions with prompts,
input()
https://github.com/neovim/neovim/pull/18284
Steps to reproduce
Completions don't appear in prompts made with
vim.fn.input()
Expected behavior
Completions, specially path completions, appear in prompts invoked with
input()
Actual behavior
No completions appear
Additional context
No response