diff options
author | Patrick Simianer <pks@pks.rocks> | 2018-10-28 10:35:03 +0100 |
---|---|---|
committer | Patrick Simianer <pks@pks.rocks> | 2018-10-28 10:35:03 +0100 |
commit | 45bc5b8fba4600921154dd55ee9a65af7863f5cf (patch) | |
tree | b322155a21ff53e04734a0481985489539feb99f /.gitmodules | |
parent | 8af0aa3ae8f242cf23435d3b2ab2891a554f544d (diff) |
vim: use lightline instead of airline
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 00b35e2..21b7222 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,3 +31,6 @@ [submodule "urxvt/.urxvt/urxvt-tabbedex"] path = by_os/Linux/urxvt/.urxvt/urxvt-tabbedex url = git://github.com/stepb/urxvt-tabbedex.git +[submodule "vim/.vim/bundle/lightline"] + path = vim/.vim/bundle/lightline + url = https://github.com/itchyny/lightline.vim |