Monday, March 14, 2022

Re: Need help with vim-plug

> I'd like to switch from vundle to vim-plug for managing plugins. I
> copied the vim-plug script and pasted it into ~.vim/autoload. I put
> the following at the top of my .vimrc:

> If I've understood correctly, that should be sufficient. But when I
> issue PlugInstall I get "Not an editor command."

I was going to note that you might get a better response by raising an
issue at the repo, but I see you've done that:
https://github.com/junegunn/vim-plug/issues/1163

That `:PlugInstall` isn't recognized means that `plug.vim` is not being
read on startup. This either means that there is something going wrong
with how you've copied `plug.vim` into `~/.vim/autoload/plug.vim`, or
that `~/.vim/autoload` isn't being sourced.

- DLD

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/Yi%2BACpo%2BiPCdaEoh%40icerm-dld.

No comments: