diff --git a/.gitmodules b/.gitmodules index 570c79a..3412a67 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "vim/bundle/nerdtree"] path = vim/bundle/nerdtree url = https://github.com/scrooloose/nerdtree.git +[submodule "vim/bundle/fugitive"] + path = vim/bundle/fugitive + url = https://github.com/tpope/vim-fugitive.git diff --git a/vim/bundle/fugitive b/vim/bundle/fugitive new file mode 160000 index 0000000..003f38c --- /dev/null +++ b/vim/bundle/fugitive @@ -0,0 +1 @@ +Subproject commit 003f38c6a4d8e3d527e4e1dfeab6fdf05c8ff149