Metadata-Version: 1.0
Name: oh-my-vim
Version: 0.2
Summary: Vim plugin manager and Vim related stuff
Home-page: https://github.com/gawel/oh-my-vim
Author: Gael Pasgrimaud
Author-email: gael@gawel.org
License: GPL
Description: Oh My Vim!
        ===========
        
        This package allow you to manage your vim plugins
        
        It's eavily inspired from `oh-my-zsh
        <https://github.com/robbyrussell/oh-my-zsh>`_
        
        Installation
        ============
        
        Just run::
        
            $ pip install oh-my-vim
        
        Install from the repository::
        
            $ pip install -e "git+https://github.com/gawel/oh-my-vim.git#egg=oh-my-zsh"
        
        Add the ``--upgrade`` option for upgrading.
        
        Commands
        ========
        
        Browse all VimL projects available on github in your favorite browser::
        
            $ oh-my-vim search [-t] [term]
        
        Installation. You can use a git url or a ``requires.txt`` file/url wich
        contains git urls::
        
            $ oh-my-vim install [giturl|requires.txt]
        
        Remove a bundle::
        
            $ oh-my-vim remove [bundle1|bundle2|...]
        
        List installed packages::
        
            $ oh-my-vim list
        
        Generate a ``requires.txt`` file::
        
            $ oh-my-vim list -u > requires.txt
        
        Upgrade bundles::
        
            $ oh-my-vim upgrade [all|bundle1|bundle2|...]
        
        FAQ
        ===
        
        **Can I use oh-my-vim from Vim ?**
        
        Yes, and you should. You'll get some completion. Just use ``:OhMyVim <args>``
        
        **This is a great project. Can I offer you a beer ?**
        
        Sure.
        
        **Good project but I'm missing a feature. Can you add it ?**
        
        No. But you can. Fork the repository and submit a pull request.
        
        
Keywords: vim pathogen
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Topic :: Software Development
Classifier: Topic :: Text Editors
