enhancementhelp wanted
Metriche repository
- Star
- (5436 star)
- Metriche merge PR
- (Merge medio 23h 19m) (7 PR mergiate in 30 g)
Descrizione
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.