junegunn / vim-plug

:hibiscus: Minimalist Vim Plugin Manager
https://junegunn.github.io/vim-plug/
MIT License
34.11k stars 1.93k forks source link

`Not an editor command: PlugInstall` despite Vim-Plug being installed correctly #986

Closed Ekanssh closed 4 years ago

Ekanssh commented 4 years ago

I have plug.vim file in .vim/autoload and Git and Vim versions are up-to-date. My .vimrc file is this:

call plug#begin('~/.vim/plugged')
  Plug 'mhinz/vim-startify'
call plug#end()

The problem is the usual one: Not an editor command: PlugInstall. I tried uninstalling and reinstalling Vim-Plug but the result was still same.


VIM - Vi IMproved 8.2
Ekanssh commented 4 years ago

Solved! Vim was reading a different vimrc file than I was customizing.