skim.vim icon indicating copy to clipboard operation
skim.vim copied to clipboard

Aliases for `fzf#run` & `fzf#wrap` fns

Open ghost opened this issue 4 years ago • 1 comments

Creates two simple shim functions to alllow plugins to use fzf#run and/or fzf#wrap directly.

ghost avatar Aug 04 '19 04:08 ghost

These functions need to be in autoload/fzf.vim, not autoload/fzf/vim.vim. If you do that, they work fine. (Tested with LanguageClient-neovim.)

runiq avatar May 11 '20 09:05 runiq