Chef #=> 11.8.2
Ohai #=> 6.20.0
$ mkdir -p ~/.vim/dict
$ git clone https://github.com/OpsRockin/opscode_chef.vim_dict.git ~/.vim/dict/opscode_chef.dict
:set dictionary+=~/.vim/dict/opscode_chef.dict/*.dict
Toggle chef dictonary with :ChefDicAdd
or :ChefDicRem
.
" load_or remove chef_dict
command ChefDicAdd set dictionary+=~/.vim/dict/opscode_chef.dict/*.dict
command ChefDicRem set dictionary-=~/.vim/dict/opscode_chef.dict/*.dict
- platforms
- config options
- knife config options
- constants of provider
- all resouce names
- resouce options
- recipe methods
- DSL methods includes Chef::DSL::*
- Ohai automatic providers
** _add_by_hand.dict **
- immediately
- a source code of the opscode chef
- ruby with bundler or activesupport
- rake
- clone to opscode chef source to
./chef
and ohai source to./ohai
- check out any version you need
- bundle
- edit
Rakefile
too add a new task - rake
LICENSE: MIT. (see LICENSE.txt)
Author: Yukihiko Sawanobori [opslock.in, HiganWorks LLC]
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write you change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github