From 4fca5123643d39d457a0d4865d3667e80a2b293e Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 29 May 2016 16:33:52 +0200 Subject: Add ansible plugin Signed-off-by: Florian Pritz --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3-24-g4f1b