vim-chef icon indicating copy to clipboard operation
vim-chef copied to clipboard

Vim plugins for chef

vim-chef

Vim plugins for chef (syntax highliting and autocomplete snipmate)

Install with dependencies using Vundle

Bundle "MarcWeber/vim-addon-mw-utils"
Bundle "tomtom/tlib_vim"
Bundle "garbas/vim-snipmate"
Bundle "vadv/vim-chef"

Next: :BundleInstall

Enable

Enable syntax for chef files some like this:

autocmd FileType ruby,eruby set filetype=ruby.eruby.chef