From d8fd7a812723b252b736efaf1dd295222bc5bfc4 Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Wed, 9 Oct 2013 14:18:10 +0200 Subject: [PATCH] vim fugitive --- .gitmodules | 3 +++ .vim/bundle/vim-fugitive | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 .vim/bundle/vim-fugitive diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..188711b5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".vim/bundle/vim-fugitive"] + path = .vim/bundle/vim-fugitive + url = http://github.com/tpope/vim-fugitive diff --git a/.vim/bundle/vim-fugitive b/.vim/bundle/vim-fugitive new file mode 160000 index 00000000..124550cf --- /dev/null +++ b/.vim/bundle/vim-fugitive @@ -0,0 +1 @@ +Subproject commit 124550cfee33a1bb9a227e78ccc709317a89dae9