mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:20:03 +08:00
35 lines
754 B
Markdown
35 lines
754 B
Markdown
---
|
|
title: "SpaceVim lang#puppet layer"
|
|
description: "This layer adds Puppet language support to SpaceVim"
|
|
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
|
|
|
|
This layer adds Puppet language support to SpaceVim.
|
|
|
|
![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"
|
|
```
|