From c4af975647d3e2147572035fc6b00fe9b244a897 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Wed, 12 Nov 2014 07:04:37 +0000 Subject: [PATCH] Add vim plugin rodjek/vim-puppet --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index ed83ec0..6f88e4a 100644 --- a/.vimrc +++ b/.vimrc @@ -14,6 +14,7 @@ Plugin 'bling/vim-airline' Plugin '29decibel/codeschool-vim-theme' Plugin 'Shougo/neocomplcache.vim' Plugin 'kien/ctrlp.vim' +Plugin 'rodjek/vim-puppet' " All of your Plugins must be added before the following line call vundle#end() " required