summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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