Skip to content
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

Add vimL file that is sources after each install, For plug-ins that need initialization after installation. #4

Closed
granin opened this issue May 10, 2011 · 2 comments

Comments

@granin
Copy link

granin commented May 10, 2011

vim-get should be able to source file with initialization of plug-ins on
each install/reinstall command.
Some plugins, like soywiki require initialization, e.g. here is a quote from https://github.com/danchoi/soywiki

You can start SoyWiki from within a running Vim session. To set this up, first install or update SoyWiki, and then run

soywiki --install-plugin

Please note that you will need to run this command after each time you update SoyWiki to a newer version

I'm trying to fix this with patch to soywiki that will restructure files so there is no need for anything to be execudted on each install here: danchoi/soywiki#15

Yet, in general it makes sense to allow plugin developers to source some commands once plugin is installed

@srushti
Copy link
Owner

srushti commented May 12, 2011

You can now mention a post_install in the yaml file to run after installing a particular plugin. e.g.
soywiki:
git: git://github.com/danchoi/soywiki.git
post_install: soywiki --install-plugin

I haven't tested this extensively since the plugins I use don't really need anything to be run.

@granin
Copy link
Author

granin commented Aug 22, 2011

thank you! I'll let you know if I test it thoroughly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants