aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-06-18 12:19:27 +0200
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-06-18 12:19:27 +0200
commit8c2c66aabe5ff83d4a5d5c795d76d2adb632afbe (patch)
treebb15e6caa29924b52a3324dc87e214a5c5c29904 /.gitmodules
parent2fa1d2c51eeaecb7e3096fa98a54b610de39dfd9 (diff)
downloaddotfiles-8c2c66aabe5ff83d4a5d5c795d76d2adb632afbe.tar.gz
dotfiles-8c2c66aabe5ff83d4a5d5c795d76d2adb632afbe.tar.bz2
dotfiles-8c2c66aabe5ff83d4a5d5c795d76d2adb632afbe.zip
Added ctrlp and vim-signify
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index e07081c..e0e508f 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -22,3 +22,9 @@
22[submodule "vim/.vim/bundle/vim-airline"] 22[submodule "vim/.vim/bundle/vim-airline"]
23 path = vim/.vim/bundle/vim-airline 23 path = vim/.vim/bundle/vim-airline
24 url = https://github.com/bling/vim-airline 24 url = https://github.com/bling/vim-airline
25[submodule "vim/.vim/bundle/ctrlp"]
26 path = vim/.vim/bundle/ctrlp
27 url = https://github.com/ctrlpvim/ctrlp.vim
28[submodule "vim/.vim/bundle/vim-signify"]
29 path = vim/.vim/bundle/vim-signify
30 url = https://github.com/mhinz/vim-signify