-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PlugInstall threw "not an editor command" on Windows #1216
Comments
got the same error with gvim. Anyone know how to fix it? |
You can check the previous error messages with |
This is still not working at all on Windows in 2024. Literally following the exact instructions on the webpage results in this error. Is it just not going to be addressed? |
Works for me just fine. FWIW, a common mistake on Windows is to put the plug section in gvimrc instead of vimrc. You should check if Vim is properly loading the autoload files by examining the output of |
It also happend in my device |
I also encountered the same issue. It turned out I did not have git installed. Easy to overlook when you normally always use Linux... 😄 |
I followed the instruction to install vim-plug and created a minimal config file
_vimrc_temp
(only 3 lines)then started Vim with
vim -u .\_vimrc_temp
.It prompted "Press ENTER or type command to continue" (no other message).
Then I pressed ENTER and executed
:PlugInstall
and it raisednot an editor command
:The whole config file:
I also tried some paths like:
environment
The text was updated successfully, but these errors were encountered: