From bcdd58b8c4e1679f9cd15a09e14b7749f98e05c3 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 3 Jun 2019 20:49:58 +0200 Subject: Add 'undotree' plugin --- .gitmodules | 3 +++ bundle/undotree | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/undotree 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 index 0000000..be23eac --- /dev/null +++ b/bundle/undotree @@ -0,0 +1 @@ +Subproject commit be23eacb2a63380bd79e207a738c728214ecc9d3 -- cgit v1.2.3