Skip to content
/ .vim Public

My vimrc is a compilation of the most useful vimrc's I've seen so far

Notifications You must be signed in to change notification settings

rubinovk/.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vimrc

My vimrc is a compilation of the most useful vimrc's I've seen so far

Install Vim environment on a machine

cd ~
git clone http://github.com/rubinovk/.vim ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
cd ~/.vim
git submodule update --init

Add new bundles

git submodule add http://github.com/foo.git bundle/foo

Upgrade all bundled plugins

Each installed plugin that comes from github is a submodule in this project.
To updrade all the plugins just run:

cd ~/.vim
git submodule foreach git pull origin master

inspired by vimcasts.org

About

My vimrc is a compilation of the most useful vimrc's I've seen so far

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published