|
|
|
|
|
by ninjay
5032 days ago
|
|
Thank you for showing how to use the plugins, most of these articles don't. I looked at the rest of the site, bookmarked! Can I make an article suggestion though?
I'm a new(ish) vim user that is always on different systems. I need a way to quickly install/remove my vim settings and plugins. A tutorial how to do this would be awesome. Take for granted vim and git are already installed, my ideal workflow would be something like this: git clone git://blah.blah/my_settings.git
./my_settings/install.sh Now I can run vim and my whole environment will be ready.
If I make any changes I should be able to run git push to update the repository.
Then I could run remove.sh to clean everything up. Is there a system like this out there already? |
|
https://github.com/gmarik/vundle
You just copy your .vimrc over and Vundle installs everything.