vifm / vifm.vim

Vim plugin that allows use of vifm as a file picker
333 stars 19 forks source link

Impossible to find your vifm configuration directory #43

Closed sajusat closed 4 years ago

sajusat commented 4 years ago

I am getting the following error when I installed the plugin. I installed the plugin using vim plug and I can see it is in the ~/.vim/plugin/ directory. When I start neovim I get the following error message in nvim

Impossible to find your vifm configuration directory. Launch vifm one time and try again.

Can someone help ?

xaizek commented 4 years ago

This line is from very old version of the plugin, so find out where it comes from and remove it (:scriptnames might help). Moreover neovim uses ~/.config/nvim for configuration.

sajusat commented 4 years ago

Thank you so much. I looked at the path and realized that it was some other fork that I installed. I changed it to vifm/vifm.vim and there is no more warnings.