Skip to content

joeywang/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation:

    git clone git://github.com/joeywang/vim.git ~/.vim

Create symlinks:

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

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

    cd ~/.vim
    git submodule update --init

Upgrading a plugin bundle

    cd ~/.vim/bundle/fugitive
    git pull origin master

Upgrade all bundle plugins

    git submodule foreach git pull origin master

About

vim rc and scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published