From 369dc782c657d30a0cc4293b285aae379fa33c84 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 27 Oct 2013 01:53:00 -0400 Subject: give airline a shot --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 2530c00..110b0f1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,3 +58,9 @@ [submodule "vim/bundle/vimproc"] path = vim/bundle/vimproc url = git://github.com/Shougo/vimproc.vim +[submodule "vim/bundle/bufferline"] + path = vim/bundle/bufferline + url = git://github.com/bling/vim-bufferline +[submodule "vim/bundle/airline"] + path = vim/bundle/airline + url = git://github.com/bling/vim-airline -- cgit v1.2.3-54-g00ecf