diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-07-22 15:52:16 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-07-22 15:52:16 +0200 |
commit | fd34d4a2c367521200e21676c8af7b762841d5d0 (patch) | |
tree | 95bbb5085edc3a77c440602e3a746a21e2b6570e /.gitmodules | |
parent | cda0fae2832fe5afbc5d41488aec991a535500ad (diff) | |
download | dotfiles-fd34d4a2c367521200e21676c8af7b762841d5d0.tar.gz |
updated submodules
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e95282c..450e4dd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule ".vim/bundle/vim-pathogen"] path = .vim/bundle/vim-pathogen url = https://github.com/tpope/vim-pathogen.git +[submodule ".vim/bundle/completor.vim"] + path = .vim/bundle/completor.vim + url = https://github.com/maralla/completor.vim.git |