sponsor Vim development Vim logo Vim Book Ad

chef.vim : make cookbook navigation quick and easy for Opscode's Chef.

 script karma  Rating 18/6, Downloaded by 2111  Comments, bugs, improvements  Vim wiki

created by
t9 md
 
script type
utility
 
description
https://github.com/t9md/vim-chef

What is this?
==================================
chef.vim is plugin which make it easy for

  * jump between `attributes` and `recipes`
  * jump between LWRP's `providers` and `resources`
  * open `recipes` by extract filename from `include_recipe`
  * open `templates` and `files`
  * jump to `attributes`
  * jump to `definition`
  * jump to `LWRP`

Commands
-----------------------------------------------------------------
  * ChefFindAny
  * ChefFindAttribute
  * ChefFindRecipe
  * ChefFindDefinition
  * ChefFindLWRP
  * ChefFindSource
  * ChefFindRelated
 
install details
unzip it
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vim-chef-1.0.zip 1.0 2011-08-12 7.0 t9 md 2011-08-13: v1.0
        - new finder LWRP.
        - jump between resources and providers are introduced.
2011-08-11:
- improve attribute finder
chef-0.9.zip 0.9 2011-06-15 7.0 t9 md 2011-06-15: v0.9
- now able to find attribute whichever a[:attr] or a['attr']
- bugfix for search order of attribute
- search all attribute files under /attribute/ directory.
chef-0.8.zip 0.8 2011-06-13 7.0 t9 md 0.8 2011-06-14
- Deprecated `ChefDoWhatIMean` for naming consistency.
  Now use `ChefFindAny` for this purpose
- Provide new command for each Finder.
- Now order and targets to for `ChefFindAny` is customizable.
- Support definition finding.
- Improve debug capability and code consistency.
- Suport hook function.
- Improve finders information with color highlighted messages.
chef.zip 0.06 2011-06-11 7.0 t9 md make attribute finder more fuzzy to make it possible to find node[:apache][:listen_ports] in recipe `apache2`(not apache).
chef.zip 0.05 2011-06-11 7.0 t9 md Initial upload
ip used for rating: 3.138.118.250

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github