You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get no errors when I run PlugInstall, but when I try "PlugInstall fzf" I get "No plugin to install", and when I run PlugStatus, I get
'x fzf: Not found.'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have fzf installed via homebrew in /opt/homebrew/bin/fzf; I have /opt/homebrew/bin/fzf in my runtimepath.
I have tried:
Plug 'junegunn/fzf'
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install -- all' }
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
I get no errors when I run PlugInstall, but when I try "PlugInstall fzf" I get "No plugin to install", and when I run PlugStatus, I get
'x fzf: Not found.'
I'm running macOS Monterey 12.1 on an M1 iMac.
Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions