3

Github GitHub - gmauricio/vim: myvim

 3 years ago
source link: https://github.com/gmauricio/vim
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
Installation:

    git clone https://github.com/gmauricio/vim ~/.vim

Create symlink:

    ln -s ~/.vim/vimrc ~/.vimrc

Switch to the `~/.vim` directory, and fetch submodules:

    cd ~/.vim
    git submodule update --init

Install plugin as submodule:

    cd ~/.vim
    git submodule add <git_repo_url> bundle/<plugin_name>
    git add.
    git commit -m " ... whatever ... "

Upgrading a plugin bundle:

    cd ~/.vim/bundle/<plugin_dir>
    git pull origin master

Upgrading all bundled plugins:

    git submodule foreach git pull origin master

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK