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 +++ .vim/bundle/vim-ansible-yaml | 1 + 2 files changed, 4 insertions(+) create mode 160000 .vim/bundle/vim-ansible-yaml 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 diff --git a/.vim/bundle/vim-ansible-yaml b/.vim/bundle/vim-ansible-yaml new file mode 160000 index 0000000..e13f66e --- /dev/null +++ b/.vim/bundle/vim-ansible-yaml @@ -0,0 +1 @@ +Subproject commit e13f66e8d78f780b663c3ac609975ecb6352fbb1 -- cgit v1.2.3-24-g4f1b