Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

30 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

See more here:
	http://vimcasts.org/episodes/synchronizing-plugins-with-git-submodules-and-pathogen/

Installation:

	git clone git://github.com/monostop/dotvim.git ~/.vim
	git submodule init
	git submodule update

Create symlinks:

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

Add new plugin:
	git submodule add <url to github repo>
	git commit -a 

Update all submodules:
	git submodule foreach git pull origin master 

About

My vim configuration

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages