From 117953fab91fb8d5eded76812b1d002beec0c41f Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Wed, 28 Sep 2016 08:09:48 -0700 Subject: [PATCH] [vim] Add vim-fugitive --- .gitmodules | 3 +++ .vim/bundle/vim-fugitive | 1 + 2 files changed, 4 insertions(+) create mode 160000 .vim/bundle/vim-fugitive diff --git a/.gitmodules b/.gitmodules index 3e7ea14..509d233 100644 --- a/.gitmodules +++ b/.gitmodules @@ -103,3 +103,6 @@ [submodule "src/swift"] path = src/swift url = git@github.com:apple/swift.git +[submodule ".vim/bundle/vim-fugitive"] + path = .vim/bundle/vim-fugitive + url = git@github.com:tpope/vim-fugitive.git diff --git a/.vim/bundle/vim-fugitive b/.vim/bundle/vim-fugitive new file mode 160000 index 0000000..aac85a2 --- /dev/null +++ b/.vim/bundle/vim-fugitive @@ -0,0 +1 @@ +Subproject commit aac85a268e89a6c8be79341e130ac90256fadbd6