From 650c383bfa0ec82af6af6b3c56f74893be92486e Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sun, 30 Nov 2014 18:43:37 +0800 Subject: [PATCH] Install rodjek/vim-puppet for vim. --- .vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/vimrc b/.vim/vimrc index 51e9d9a..9d7982a 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -67,6 +67,7 @@ Bundle "MarcWeber/vim-addon-mw-utils" Bundle "motus/pig.vim" Bundle "nathanaelkane/vim-indent-guides" Bundle "pangloss/vim-javascript" +Bundle "rodjek/vim-puppet" Bundle "terryma/vim-expand-region" Bundle "tomtom/tlib_vim" Bundle "tpope/vim-fugitive"