aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2017-02-07 09:13:43 +0100
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2017-02-07 09:13:43 +0100
commit2a49651571cda6e8ce22d4617ecc7a76ad8e8a95 (patch)
treeab06b568b77ce17e83f49d1f900815ab728cd944 /.gitmodules
parentbc2d7adc59e361ec3159199ff2ac209e3e6d01bf (diff)
downloaddotfiles-2a49651571cda6e8ce22d4617ecc7a76ad8e8a95.tar.gz
dotfiles-2a49651571cda6e8ce22d4617ecc7a76ad8e8a95.tar.bz2
dotfiles-2a49651571cda6e8ce22d4617ecc7a76ad8e8a95.zip
Added vim-plug as submodule
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 6dbee8e..2544ea0 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -40,3 +40,6 @@
40[submodule "vim/.vim/bundle/vim-airline-themes"] 40[submodule "vim/.vim/bundle/vim-airline-themes"]
41 path = vim/.vim/bundle/vim-airline-themes 41 path = vim/.vim/bundle/vim-airline-themes
42 url = https://github.com/vim-airline/vim-airline-themes 42 url = https://github.com/vim-airline/vim-airline-themes
43[submodule "vim/.vim/vim-plug"]
44 path = vim/.vim/vim-plug
45 url = https://github.com/junegunn/vim-plug