lotabout / skim.vim

vim support for skim
132 stars 19 forks source link

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

Open ghost opened 5 years ago

ghost commented 5 years ago

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

runiq commented 4 years ago

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.)