Initial commit.

This commit is contained in:
Bartek Stalewski 2012-11-21 13:58:48 +01:00
commit 65a4600b98
14 changed files with 1735 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