From 35b65d9aa9b7422c30aa3c5ba3b0e7b7e15f2d52 Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Tue, 21 Jan 2014 22:27:55 +0100 Subject: [PATCH] added vim-airline, vim-fugitive --- .gitmodules | 6 ++++++ .vim/bundle/vim-airline | 1 + .vim/bundle/vim-fugitive | 1 + 3 files changed, 8 insertions(+) create mode 160000 .vim/bundle/vim-airline create mode 160000 .vim/bundle/vim-fugitive diff --git a/.gitmodules b/.gitmodules index 3f5601b..e986644 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,9 @@ [submodule ".vim/bundle/flake8"] path = .vim/bundle/flake8 url = https://github.com/nvie/vim-flake8.git +[submodule ".vim/bundle/vim-airline"] + path = .vim/bundle/vim-airline + url = https://github.com/bling/vim-airline.git +[submodule ".vim/bundle/vim-fugitive"] + path = .vim/bundle/vim-fugitive + url = https://github.com/tpope/vim-fugitive.git diff --git a/.vim/bundle/vim-airline b/.vim/bundle/vim-airline new file mode 160000 index 0000000..fae68db --- /dev/null +++ b/.vim/bundle/vim-airline @@ -0,0 +1 @@ +Subproject commit fae68dbcb74b3d7a3144a9b57253b5051f26e207 diff --git a/.vim/bundle/vim-fugitive b/.vim/bundle/vim-fugitive new file mode 160000 index 0000000..546a6bf --- /dev/null +++ b/.vim/bundle/vim-fugitive @@ -0,0 +1 @@ +Subproject commit 546a6bf2197529ed1bd402244cbf6e72ed62b2ca