Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 439 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 439 Bytes

VIM

This is a port from my original dotvim project. From now on this will be where I keep my vim configurations up to date.

Adding a submodule

Update the git url and the directory name in the ./vim/bundle path.

$ git submodule add https://github.com/example/example.git ./vim/bundle/example

Commit your added submodule. Use git submodule init and git submodule update if needed.