diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-05-29 16:33:52 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-05-29 16:33:52 +0200 |
commit | 4fca5123643d39d457a0d4865d3667e80a2b293e (patch) | |
tree | ad96a193bea75bc1067d6db81cceef4bd6994747 /.gitmodules | |
parent | d3cec3196d8e7734ddd0750aaeeaa49966a7fb34 (diff) | |
download | dotfiles-4fca5123643d39d457a0d4865d3667e80a2b293e.tar.gz dotfiles-4fca5123643d39d457a0d4865d3667e80a2b293e.tar.xz |
Add ansible plugin
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e791dd8..bd780f1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -82,3 +82,6 @@ [submodule ".vim/bundle/vim-monokai"] path = .vim/bundle/vim-monokai url = https://github.com/sickill/vim-monokai.git +[submodule ".vim/bundle/vim-ansible-yaml"] + path = .vim/bundle/vim-ansible-yaml + url = https://github.com/chase/vim-ansible-yaml.git |