vim-sitter
vimsit a tool for keeping your VIM just the way you like it:
- Create your backup, undo and swap directories.
- Setup sensible options (using tpope's vim-sensible)
- Create a minimal config file for you
- Install/update your plugins (via tpope's vim-pathogen)
- Remove any plugins not listed in your config.yaml
Works on Window, Unix, Mac.
Installation
$ gem install vim-sitter
Usage
You will need vim installed: http://www.vim.org/
You will need git installed: http://git-scm.com/
Configure your list of plugins to make VIM awesome! (you could copy config.yaml.sample to ~/.vim/config.yaml)
$ vimsit
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request