diff --git a/.gitmodules b/.gitmodules index e8438c2..acb2612 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "bundle/vimoutliner"] path = bundle/vimoutliner url = https://github.com/vimoutliner/vimoutliner.git +[submodule "bundle/vim-fugitive"] + path = bundle/vim-fugitive + url = https://github.com/tpope/vim-fugitive.git diff --git a/bundle/vim-fugitive b/bundle/vim-fugitive new file mode 160000 index 0000000..b5188a1 --- /dev/null +++ b/bundle/vim-fugitive @@ -0,0 +1 @@ +Subproject commit b5188a1b4f9aabd1454f7b8dd621d467ca7ee3a7