diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-04-02 13:25:36 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-04-02 13:25:36 +0200 |
commit | 87e48f4427da2ab506ce07cff95a17235525f087 (patch) | |
tree | d3c30ef6b2e661f322cd59027531a8e76c91cd5b /.gitmodules | |
parent | ae3742b30de7fa014a92a630fdc03c1849bf26e2 (diff) | |
download | dotfiles-87e48f4427da2ab506ce07cff95a17235525f087.tar.gz dotfiles-87e48f4427da2ab506ce07cff95a17235525f087.tar.xz |
misc changes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 66023aa..ece7ac2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -97,3 +97,12 @@ [submodule ".vim/bundle/vim-gnupg"] path = .vim/bundle/vim-gnupg url = https://github.com/jamessan/vim-gnupg.git +[submodule ".vim/bundle/perlomni.vim"] + path = .vim/bundle/perlomni.vim + url = https://github.com/c9s/perlomni.vim.git +[submodule ".vim/bundle/editorconfig-vim"] + path = .vim/bundle/editorconfig-vim + url = https://github.com/editorconfig/editorconfig-vim.git +[submodule ".vim/bundle/vim-action-ag"] + path = .vim/bundle/vim-action-ag + url = https://github.com/Chun-Yang/vim-action-ag.git |