summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-02-21 23:40:52 +0100
committerFlorian Pritz <bluewind@xinu.at>2013-02-21 23:40:52 +0100
commitf5795204ace99e9ecfcddc61d0c5d3b829647a0a (patch)
treec2a146c2f56d47b978cf1fcf259e53ed04218896 /.gitmodules
parent87aa36d8ae76274ed08321dd3f5663f5cad7d50d (diff)
downloaddotfiles-f5795204ace99e9ecfcddc61d0c5d3b829647a0a.tar.gz
dotfiles-f5795204ace99e9ecfcddc61d0c5d3b829647a0a.tar.xz
vim: add powerline plugin
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index eb89c28..f2ed04d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
[submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
+[submodule ".vim/bundle/vim-powerline"]
+ path = .vim/bundle/vim-powerline
+ url = https://github.com/Lokaltog/vim-powerline.git