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 | |
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>
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | .vim/bundle/vim-puppet | 0 | ||||
-rw-r--r-- | .vimrc | 1 |
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 @@ -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 |