vifm / vifm.vim

Vim plugin that allows use of vifm as a file picker
325 stars 18 forks source link

Error when trying to use Vifm in vim #60

Closed azizn03 closed 3 years ago

azizn03 commented 3 years ago

I get the following error when I try to use any command like :Vifm

Error detected while processing function <SNR>28_StartVifm[109]..<SNR>28_HandleRunResults: line 2: Got non-zero code from vifm: 127

I placed the vim folder in ~/.vim/plugin

xaizek commented 3 years ago

127 usually means "command not found". Have you installed Vifm itself?

azizn03 commented 3 years ago

I do indeed. This line is in my .vimrc file

Plug 'vifm/vifm.vim'

xaizek commented 3 years ago

That's just the Vim plugin (this repo). You need to install the app itself (https://github.com/vifm/vifm) separately.

azizn03 commented 3 years ago

ah I was under the impression the vim plugin was standalone.