how to install fzf with Packer?
Open
- Dominant language
- Vim Script
- Stars
- 10.3k
- Forks
- 608
- Avg merge
- 5d 8h
- Merged PRs (30d)
- 2
Description
- [y] I have fzf 0.30.0 or above
- [y] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md
- [y] I have read through https://github.com/junegunn/fzf/blob/master/README-VIM.md
- [y] I have read through the manual page of fzf (`man fzf`)
- [y] I have searched through the existing issues
I am using Packer to manage the nvim plugin. When I use fzf, it does not work properly. It always tells me that fzf#run cannot be found.
`
use { 'junegunn/fzf', run = "fzf#install()" }
`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.