diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-05-06 17:05:24 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-05-06 17:05:24 +0200 |
commit | 995d9e198efcf66e2306035e43b17821f0e15527 (patch) | |
tree | d890f894bd4e26fa706102f540eef48074c64848 /.gitmodules | |
parent | 9dff36e51c4238183a8405e3976e3aacd5f011d6 (diff) | |
download | dotfiles-995d9e198efcf66e2306035e43b17821f0e15527.tar.gz |
added airline themes
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 76245db..0a6923e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule ".vim/bundle/vimagit"] path = .vim/bundle/vimagit url = https://github.com/jreybert/vimagit +[submodule ".vim/bundle/vim-airline-themes"] + path = .vim/bundle/vim-airline-themes + url = https://github.com/vim-airline/vim-airline-themes |