liuchengxu / vim-clap

:clap: Modern performant fuzzy picker, tree-sitter highlighting, and more, for both Vim and NeoVim
https://liuchengxu.github.io/vim-clap/
MIT License
2.11k stars 87 forks source link

Add clap completion functions similar to "fzf-complete-path" etc... #559

Open RobertBuhren opened 4 years ago

RobertBuhren commented 4 years ago

Hi,

thanks for the awesome plugin. I'm migrating from a FZF based setup and I'm missing the option to complete in insert mode. Using FZF I can e.g. in insert mode to call the FZF file selection. The selected file will then be inserted at the current cursor position.

Here's the relevant port of the FZF documentation: https://github.com/junegunn/fzf.vim#completion-functions It would be cool to have functions like "clap-complete-path" to use in insert mode mappings.

Regards,

Robert

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.95. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.