Add puppet for vim and ^p for vim

This commit is contained in:
Hunter Haugen 2011-12-15 23:34:49 -05:00
parent 09af05a45f
commit d3ad3d7b59
12 changed files with 2665 additions and 0 deletions

2
.vim/ftdetect/puppet.vim Normal file
View file

@ -0,0 +1,2 @@
" detect puppet filetype
au BufRead,BufNewFile *.pp set filetype=puppet