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
Checking for missing packages? #212
Comments
@fortes I believe you want Edit: Also doing a |
@starcraftman Awesome, not sure how I missed that! Is there a way to have it autoclose the window that pops? |
This is probably what you want: if !empty(filter(copy(g:plugs), '!isdirectory(v:val.dir)'))
autocmd VimEnter * PlugInstall | q
endif |
@fortes |
@junegunn I think we can close this one, doesn't seem to have any more questions. |
Is there a way to check for missing packages? This is a nice feature of NeoBundle, in order to make sure everything in
.vimrc
has been installed.The text was updated successfully, but these errors were encountered: