From f5577dd0479d67b6d37dbf2bf597ce74dba808c2 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Fri, 4 Oct 2013 00:25:26 +0200 Subject: [PATCH] add vim-airline --- .gitmodules | 3 +++ vim/bundle/vim-airline | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/vim-airline diff --git a/.gitmodules b/.gitmodules index a6aef1b..447a11a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "vim/bundle/nerdtree"] path = vim/bundle/nerdtree url = https://github.com/scrooloose/nerdtree.git +[submodule "vim/bundle/vim-airline"] + path = vim/bundle/vim-airline + url = https://github.com/bling/vim-airline diff --git a/vim/bundle/vim-airline b/vim/bundle/vim-airline new file mode 160000 index 0000000..008eb8c --- /dev/null +++ b/vim/bundle/vim-airline @@ -0,0 +1 @@ +Subproject commit 008eb8cd3b54380cb2af59bdf0075a622501a0e5 -- 2.48.1