diff --git a/.gitmodules b/.gitmodules index d94cdd5..6eed562 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,9 @@ [submodule "bundle/vim-latex-live-preview"] path = bundle/vim-latex-live-preview url = https://github.com/xuhdev/vim-latex-live-preview.git +[submodule "bundle/vim-easytags"] + path = bundle/vim-easytags + url = https://github.com/xolox/vim-easytags +[submodule "bundle/vim-misc"] + path = bundle/vim-misc + url = https://github.com/xolox/vim-misc diff --git a/bundle/vim-easytags b/bundle/vim-easytags new file mode 160000 index 0000000..72a8753 --- /dev/null +++ b/bundle/vim-easytags @@ -0,0 +1 @@ +Subproject commit 72a8753b5d0a951e547c51b13633f680a95b5483 diff --git a/bundle/vim-misc b/bundle/vim-misc new file mode 160000 index 0000000..3e6b8fb --- /dev/null +++ b/bundle/vim-misc @@ -0,0 +1 @@ +Subproject commit 3e6b8fb6f03f13434543ce1f5d24f6a5d3f34f0b