Skip to content

Install vim among with vim-pathogen and an easy way to install vim bundles.

Notifications You must be signed in to change notification settings

xcompass/puppet-vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim Puppet Module for Boxen

Install vim along with vim-pathogen, an easy way to install vim bundles.

Build Status

This package won't interfere the puppet-macvim package. Please note that you must manage your .vimrc using boxen since this module installs pathogen in .vimrc

Usage

The following example will install vim, pathogen and the vim_bundle you specify in your ~/.vim/bundle directory

include vim
vim::bundle { [
  'scrooloose/syntastic',
  'sjl/gundo.vim'
]: }

# Example of how you can manage your .vimrc
file { "${vim::vimrc}":
  target  => "/Users/${::boxen_user}/.dotfiles/.vimrc",
  require => Repository["/Users/${::boxen_user}/.dotfiles"]
}

# Or, simply,
file { "${vim::vimrc}": ensure => exists }

Required Puppet Modules

  • boxen
  • boxen-repository
  • puppetlabs-stdlib

About

Install vim among with vim-pathogen and an easy way to install vim bundles.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 48.6%
  • Shell 28.8%
  • Puppet 22.6%