0.0
Repository is archived
No release in over 3 years
Low commit activity in last 3 years
Vundle Migrator will automatically create a list of plugins from your bundle folder.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.12
~> 0.8
~> 5.8
~> 11.1
~> 4.3

Runtime

~> 4.3
 Project Readme

Vundle Migrator

Vundle Migrator is a tool that will migrate your current vim setup to use Vundle. It works by creating a plugins.vim that contains a list of your existing plugins from your bundle folder. The list will already be formatted in the vundle format: Plugin "username/repo".

Installation

$ gem install vundle_migrator

Note: When you have finished using Vundle Migrator, it can be uninstalled with $ gem uninstall vundle_migrator

Usage

$ ./vundle_migrate vimrc-location [OPTIONS]

Options Requirement Default Value Description
-l, --vimrc-location Required None Used to add a line to your vimrc that sources the final plugins.vim
-b, --bundle-location Optional ~/.vim/bundle Used to build the list of plugins
-d, --destination Required ~/.vim/vundle/plugins.vim Used as the destination of the plugins file.

Other Options

Options Description
-r, --dry-run Displays the final result of the plugins.vim without modifying files.
-h, --help displays the help page
-v, --version displays the version

Contributing

Issues and pull requests are welcome! Please try and submit them with a test demonstrating the issue.

License

The gem is available as open source under the terms of the MIT License.