Skip to content

Files

Latest commit

da5aa55 · Nov 22, 2021

History

History

vim

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.