diff options
author | Joe Zhao <ztuowen@gmail.com> | 2015-05-22 12:13:35 +0800 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2015-05-22 12:13:35 +0800 |
commit | be6b85c76982c38849f5f3ac347e5494bbbbedb5 (patch) | |
tree | 0b400c3d19158b429e6819b3efd97d7d21b5bb19 /.gitmodules | |
parent | 02df54ba5ba8eb93c22c1fc036bd2ab49d11f2ca (diff) | |
download | vim-be6b85c76982c38849f5f3ac347e5494bbbbedb5.tar.gz vim-be6b85c76982c38849f5f3ac347e5494bbbbedb5.tar.bz2 vim-be6b85c76982c38849f5f3ac347e5494bbbbedb5.zip |
airline
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 72f95bd..e8c8382 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "bundle/scratch"] path = bundle/scratch url = https://github.com/mtth/scratch.vim.git +[submodule "bundle/airline"] + path = bundle/airline + url = https://github.com/bling/vim-airline.git |