diff options
author | Teddy Wing | 2019-06-03 20:49:58 +0200 |
---|---|---|
committer | Teddy Wing | 2019-06-03 20:49:58 +0200 |
commit | bcdd58b8c4e1679f9cd15a09e14b7749f98e05c3 (patch) | |
tree | 744f9578889223b1da415f4fa588b0b55791d0dd | |
parent | 4c2a7db6126725e619d7d849c8212aa81698d597 (diff) | |
download | dotvim-bcdd58b8c4e1679f9cd15a09e14b7749f98e05c3.tar.bz2 |
Add 'undotree' plugin
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | bundle/undotree | 0 |
2 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 diff --git a/bundle/undotree b/bundle/undotree new file mode 160000 +Subproject be23eacb2a63380bd79e207a738c728214ecc9d |