2018-09-25 23:06:21 +08:00
|
|
|
---
|
|
|
|
title: "SpaceVim lang#puppet layer"
|
2019-02-03 20:51:01 +08:00
|
|
|
description: "This layer adds Puppet language support to SpaceVim"
|
2018-09-25 23:06:21 +08:00
|
|
|
image: https://user-images.githubusercontent.com/13142418/46022200-bb426f00-c114-11e8-84bc-d52dc83806c6.png
|
|
|
|
---
|
|
|
|
|
|
|
|
# [Available Layers](../../) >> lang#puppet
|
|
|
|
|
|
|
|
<!-- vim-markdown-toc GFM -->
|
|
|
|
|
|
|
|
- [Description](#description)
|
|
|
|
- [Features](#features)
|
|
|
|
- [Install](#install)
|
|
|
|
|
|
|
|
<!-- vim-markdown-toc -->
|
|
|
|
|
|
|
|
## Description
|
|
|
|
|
2019-02-03 20:51:01 +08:00
|
|
|
This layer adds Puppet language support to SpaceVim.
|
2018-09-25 23:06:21 +08:00
|
|
|
|
|
|
|
![puppet ide](https://user-images.githubusercontent.com/13142418/46022200-bb426f00-c114-11e8-84bc-d52dc83806c6.png)
|
|
|
|
|
|
|
|
## Features
|
|
|
|
|
|
|
|
- syntax highlighting
|
|
|
|
|
|
|
|
## Install
|
|
|
|
|
|
|
|
To use this configuration layer, update custom configuration file with:
|
|
|
|
|
|
|
|
```toml
|
|
|
|
[[layers]]
|
|
|
|
name = "lang#puppet"
|
|
|
|
```
|