An open API service indexing awesome lists of open source software.

https://github.com/qrush/vim-fu

Combining the awesomeness of various vim plugins in one easy configurable unit.
https://github.com/qrush/vim-fu

Last synced: 7 months ago
JSON representation

Combining the awesomeness of various vim plugins in one easy configurable unit.

Awesome Lists containing this project

README

          

Attempting to combine the awesomeness of various vim plugins in one easy configurable unit.

To install, there's a few rake tasks you should know:
@rake preinstall@ Pulls down git submodules.
@rake install@ Copies files over to ~/.vim

And if you need to:
@rake uninstall@ Deletes ~/.vim
@rake reinstall@ Uninstall, install.

If you want to add your own folders, plugins, or what have you, feel free! Just put whatever files you want in the @personal@ folder. Check out the @Rakefile@ and go for it.