Skip to content

lkeersmaekers/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

	git clone git://github.com/lkeersmaekers/dotvim.git

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

	git submodule init
	git submodule update

In case of slow startup when $HOMEDRIVE is a slow/network drive
	https://vi.stackexchange.com/a/26203/1003