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.
- Host: GitHub
- URL: https://github.com/qrush/vim-fu
- Owner: qrush
- Created: 2008-11-30T04:42:07.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2010-08-09T22:04:41.000Z (almost 16 years ago)
- Last Synced: 2024-12-28T12:22:29.944Z (over 1 year ago)
- Language: VimL
- Homepage:
- Size: 102 KB
- Stars: 38
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
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.