enhancementhelp wanted
Description
I'm using https://github.com/hrsh7th/nvim-cmp and I want to complete paths in input window when add/rename/move/copy the files and directories.
I read the code and find it is not work.
- The callers of
inputs.inputnot pass the parametercompletion.
- When
use_popups_for_input = true,should_use_popup_input()istrue. But there is no handle for completion, and the nui.input has nocompletionoption.
Do you have any plan to implement the completion? I could help to implement it. I just want to use nvim-cmp to complete paths and use the keymaps of nvim-cmp to trigger completion.