diff options
author | Florian Pritz <florian.pritz@rise-world.com> | 2019-04-29 08:34:53 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2019-05-10 18:04:06 +0200 |
commit | 8207051384aeb1aa11966426dbfa543c85bace0b (patch) | |
tree | cd94484ba926a15c2242d6e773679ebfe04aa44c /.gitmodules | |
parent | 68428fb705f17058854d3728df10cae429249edc (diff) | |
download | dotfiles-8207051384aeb1aa11966426dbfa543c85bace0b.tar.gz dotfiles-8207051384aeb1aa11966426dbfa543c85bace0b.tar.xz |
vim: Add vim-puppet
Signed-off-by: Florian Pritz <florian.pritz@rise-world.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 739636a..5199333 100644 --- a/.gitmodules +++ b/.gitmodules @@ -139,3 +139,6 @@ [submodule ".vim/bundle/ale"] path = .vim/bundle/ale url = https://github.com/w0rp/ale.git +[submodule ".vim/bundle/vim-puppet"] + path = .vim/bundle/vim-puppet + url = https://github.com/rodjek/vim-puppet.git |