summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <florian.pritz@rise-world.com>2019-04-29 08:34:53 +0200
committerFlorian Pritz <bluewind@xinu.at>2019-05-10 18:04:06 +0200
commit8207051384aeb1aa11966426dbfa543c85bace0b (patch)
treecd94484ba926a15c2242d6e773679ebfe04aa44c
parent68428fb705f17058854d3728df10cae429249edc (diff)
downloaddotfiles-8207051384aeb1aa11966426dbfa543c85bace0b.tar.gz
dotfiles-8207051384aeb1aa11966426dbfa543c85bace0b.tar.xz
vim: Add vim-puppet
Signed-off-by: Florian Pritz <florian.pritz@rise-world.com>
-rw-r--r--.gitmodules3
m---------.vim/bundle/vim-puppet0
-rw-r--r--.vimrc1
3 files changed, 4 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
diff --git a/.vim/bundle/vim-puppet b/.vim/bundle/vim-puppet
new file mode 160000
+Subproject 4793b074ddbfc05ed0189e19de343870611e4bd
diff --git a/.vimrc b/.vimrc
index fc20212..7cae315 100644
--- a/.vimrc
+++ b/.vimrc
@@ -122,6 +122,7 @@ Plugin 'rhysd/vim-grammarous'
Plugin 'dbeniamine/vim-mail'
Plugin 'vim-ruby/vim-ruby'
Plugin 'w0rp/ale'
+Plugin 'rodjek/vim-puppet'
call vundle#end()
syntax on