@hirojin 👍
Anything to share about this?
I did this so long ago and without keeping notes that I am a bit confused extracting what is puppet-related and what is not… I guess these plugins are:
* rodjek/vim-puppet (which probably depends on godlygeek/tabular for aligning arows)
* rudexi/vim-epp
Also some autocmd:
autocmd BufNewFile,BufRead *_spec.rb map <F5> :exe '!bundle exec rspec ' . shellescape(expand("%:p")) .':' . line('.')<CR>
autocmd BufNewFile,BufRead *.ddl set syntax=ruby