tbpgr / vim

vim cookbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim Cookbook

  • vim install
  • create .vimrc at /home/your_user
  • if you want to change .vimrc, you can change [./files/default/.vimrc]

Requirements

nothing

Platform

  • Ubuntu

Attributes

nothing

Usage

vim::default

Just include vim in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[vim]"
  ]
}

if you use vagrant, you must write Vagrantfile:

config.vm.provision :chef_solo do |chef|
  chef.add_recipe "vim"
end

Contributing

nothing

License and Authors

Authors: tbpgr

About

vim cookbook

License:MIT License


Languages

Language:Vim Script 70.2%Language:Ruby 29.8%