In OS X, I load the fzf.vim plugin using the command
call minpac#add('junegunn/fzf.vim')
without any subsequent configuration. The Find, Buffer, etc., commands are not executed because Neovim can't find the fzf functions.
Fzf has been installed with Brew and is working correctly in the Fish shell.
I'm seeking assistance to properly configure the plugin using Lua.
Thank you for any contributions.
I hadn't realized that it was necessary to install fzf.vim as well.