{"id":13781897,"url":"https://github.com/sous-chefs/vim","last_synced_at":"2025-04-23T21:08:44.071Z","repository":{"id":2725806,"uuid":"3720723","full_name":"sous-chefs/vim","owner":"sous-chefs","description":"Development repository for the vim cookbook","archived":false,"fork":false,"pushed_at":"2024-05-20T20:34:04.000Z","size":193,"stargazers_count":39,"open_issues_count":1,"forks_count":40,"subscribers_count":46,"default_branch":"main","last_synced_at":"2025-04-10T07:04:46.395Z","etag":null,"topics":["chef","chef-cookbook","chef-resource","hacktoberfest","managed-by-terraform","vim"],"latest_commit_sha":null,"homepage":"https://supermarket.chef.io/cookbooks/vim","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sous-chefs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"open_collective":"sous-chefs"}},"created_at":"2012-03-14T18:23:25.000Z","updated_at":"2024-09-24T02:37:04.000Z","dependencies_parsed_at":"2024-11-06T01:04:27.977Z","dependency_job_id":"496a02ec-302a-4289-bb16-24546662d2ef","html_url":"https://github.com/sous-chefs/vim","commit_stats":{"total_commits":281,"total_committers":20,"mean_commits":14.05,"dds":0.708185053380783,"last_synced_commit":"3397d198e1b2a08fd541bdcaf12c57d10dd4d345"},"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sous-chefs%2Fvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sous-chefs%2Fvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sous-chefs%2Fvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sous-chefs%2Fvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sous-chefs","download_url":"https://codeload.github.com/sous-chefs/vim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249223827,"owners_count":21232811,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chef","chef-cookbook","chef-resource","hacktoberfest","managed-by-terraform","vim"],"created_at":"2024-08-03T18:01:30.510Z","updated_at":"2025-04-23T21:08:44.055Z","avatar_url":"https://github.com/sous-chefs.png","language":"Ruby","readme":"# vim Cookbook\n\n[![Build Status](https://travis-ci.org/chef-cookbooks/vim.svg?branch=master)](https://travis-ci.org/chef-cookbooks/vim) [![Cookbook Version](https://img.shields.io/cookbook/v/vim.svg)](https://supermarket.chef.io/cookbooks/vim)\n\nInstalls or compiles/installs vim.\n\n## Requirements\n\n### Platforms\n\n- Ubuntu/Debian (source installs on Ubuntu 16.04 fail due to a vim bug)\n- RHEL/CentOS/Scientific/Amazon/Oracle\n- Fedora\n- openSUSE / SUSE Linux Enterprises\n\n### Chef\n\n- Chef 12.1+\n\n### Cookbooks\n\n- none\n\n## Attributes\n\n### Default recipe attributes\n\n- `node['vim']['extra_packages']` - An array of extra packages related to vim to install (like plugins). Empty array by default.\n\n- `node['vim']['install_method']` - Sets the install method, choose from the various install recipes. This attribute is set to 'package' by default.\n\n### Source recipe attributes\n\n- `node['vim']['source']['version']` - The version of vim to compile, 7.4 by default.\n- `node['vim']['source']['checksum']` - The source file checksum.\n- `node['vim']['source']['dependencies']` - These are the non rhl specific devel dependencies for compiling vim.\n- `node['vim']['source']['centos_dependencies']` - These are the rhl and centos specific dependencies needed for compiling vim.\n- `node['vim']['source']['prefix']` - This is the path the vim bin will be placed, it's `/usr/local`\n- `node['vim']['source']['configuration']` - If you prefer to compile vim differently than the default you can override this configuration.\n\n## Usage\n\nAdd `recipe[vim]` to your run list or include the default recipe with `include_recipe 'vim'` in a recipe that is in your run list.\n\nThis uses the value of the attribute `node['vim']['install_method']` which by default is _package_.\n\nIf you would like to install additional vim plugin packages, include their package names in the `node['vim']['extra_packages']` attribute. Verify that your operating sytem has the package available.\n\nIf you would rather compile vim from source, as the case may be for centos nodes, then override the `node['vim']['install_method']` with a value of `'source'`.\n\n## License \u0026 Authors\n\n**Author:** Cookbook Engineering Team ([cookbooks@chef.io](mailto:cookbooks@chef.io))\n\n**Copyright:** 2008-2016, Chef Software, Inc.\n\n```\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","funding_links":["https://opencollective.com/sous-chefs"],"categories":["Resources"],"sub_categories":["Operating System Configuration"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsous-chefs%2Fvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsous-chefs%2Fvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsous-chefs%2Fvim/lists"}