From 9b759fc142cc816c80df477e79cd72bcddafb531 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Tue, 13 Oct 2015 15:16:22 +0100 Subject: [PATCH] Add vim-airline submodule --- .gitmodules | 3 +++ bundle/vim-airline | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/vim-airline diff --git a/.gitmodules b/.gitmodules index 86f3b88..336f62c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "bundle/vim-indent-guides"] path = bundle/vim-indent-guides url = https://github.com/nathanaelkane/vim-indent-guides.git +[submodule "bundle/vim-airline"] + path = bundle/vim-airline + url = https://github.com/bling/vim-airline.git diff --git a/bundle/vim-airline b/bundle/vim-airline new file mode 160000 index 0000000..8c30610 --- /dev/null +++ b/bundle/vim-airline @@ -0,0 +1 @@ +Subproject commit 8c30610c5f60eada1d21ab23e96d45848a1e6e58