Forge Home

vim

Installs and configures vim

5,486 downloads

5,486 latest version

2.6 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.1.0 (latest)
released Oct 29th 2016
This version is compatible with:

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'hhg-vim', '0.1.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add hhg-vim
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install hhg-vim --version 0.1.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

hhg/vim — version 0.1.0 Oct 29th 2016

Vim

Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with vim
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how

Overview

This module configures vim on Debian based systems.

Module Description

This module manages installation and configuration of vim on Debian based systems.

Setup

What vim affects

  • Insall vim and manages /etc/vim/vimrc.local

Setup Requirements

  • None.

Beginning with vim

Usage

Using default values

class { '::vim': }

Using available parameters

class { '::vim':
    syntax => true,
    background => 'light' }

Reference

Public Classes

  • vim: Main class, includes all other classes.

Private Classes

  • vim::install: Handles the packages.
  • vim::config: Handles the configuration files.

Parameters

syntax

Enable/disable syntax highlightning in vim.

background

Sets the background scheme for vim (possible values: dark and light).

Limitations

This module has been built on and tested against Puppet 4.

The module has beent tested on Debian Jessie.