diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 02de99d..72e25f0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -101,3 +101,6 @@ [submodule "bundle/vim-go"] path = bundle/vim-go url = https://github.com/fatih/vim-go.git +[submodule "bundle/undotree"] + path = bundle/undotree + url = https://github.com/mbbill/undotree.git |